OledbInsertCommand adding parameters

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top