Advertisement

1 - 4 of 4 containing alltags:("Oledb Parameters") (0 seconds)
     IDbCommand cmd1 = this.oleDbConnection1.CreateCommand();                             OleDbParameter parm = new OleDbParameter("@parm",OleDbType.Integer,30,"CartisNum");                   parm.Direction=ParameterDirection.Ou...
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...
Zones: ASP.Net ProgrammingDate Answered: 09/05/2007 Grade: A Views: 48
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...
Zones: MS Visual Basic, Visual StudioDate Answered: 10/29/2007 Grade: A Views: 0
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...
Zones: MS Visual Basic, .NETDate Answered: 05/28/2008 Grade: B Views: 119
  • 1