IDbCommand cmd1 = this.oleDbConnection1.CreateCommand();
OleDbParameter parm = new OleDbParameter("@parm",OleDbType.Integer,30,"CartisNum");
parm.Direction=ParameterDirection.Ou...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21648020.html
Zones:
C#Date Answered: 11/30/2005 Grade: A Views: 0
How can I get a return parameter from an Insert Into / ExecuteNonQuery query using OleDb?
I want to insert values from a form to an Access database and return the record's autonumber ID.
Curr...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22807652.html
I've developed a VB.net WEB application (USING VISUAL STUDIO .NET 2005) that inserts a row into a SQL database from values entered by the user on a web page. I would like to change this so one val...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22915795.htm...
Hi all,
I am trying to update the Vehicles table of my database.... All the fields to be updated are string type. When I run the following code there is no error and the msgbox displays bu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23437433.htm...