C
Charles Rader
I am tring to add the parameters values for a
oledbInsertComand. I can do it with VB but I can't figure
out how to add the values to the parameter list in J#.
here is one of the added parameters:
this.dbInsert.get_Parameters().Add(new
oleDb.OleDbParameter("ACLS",
System.Data.OleDb.OleDbType.Boolean, 2, "ACLS"));
How to I add the parameter values?
oledbInsertComand. I can do it with VB but I can't figure
out how to add the values to the parameter list in J#.
here is one of the added parameters:
this.dbInsert.get_Parameters().Add(new
oleDb.OleDbParameter("ACLS",
System.Data.OleDb.OleDbType.Boolean, 2, "ACLS"));
How to I add the parameter values?