all groups > dotnet odbc.net > october 2004
Inserting data in database
Posted by Diogo Lourenço at 10/29/2004 11:45:58 AM
I am trying to insert data in a bd using ODBC and visual basic.net.
I would like to use sql commands.
I´ve already have an OdbcConnection, OdbcDataAdapter and an DataSet and
already can show data in a grid.
Someone have and idea or a sample code?
Thanks.
*** Sent via Developersdex ... more >>
Urgent Please Help...
Posted by Irfan Akram at 10/29/2004 6:14:02 AM
I keep getting this irritating exception on and on. Please Help.
There is already an open DataReader associated with this Connection which
must be closed first.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for ... more >>
ODBC or ADO and deployment
Posted by Binary Poet at 10/22/2004 8:14:43 PM
We have an application that will get deployed to our customers and have a
couple issues.
Since we don't know the name of the DB server at the customer site, we have
been using ODBC for the connection info (the local admins create it since
they know their enviroment).
Is there a better wa... more >>
Operation must use an updateable query
Posted by Mandar at 10/14/2004 1:53:09 PM
I am trying to access MS Access database thru odbc connection in ASP.net.
Everything works fine with reading data but it gives error whenever trying
to insert or update as : ERROR [HY000] [Microsoft][ODBC Microsoft Access
Driver] Operation must use an updateable query.
Can anyone please sugges... more >>
Passing ArrayLists to DB
Posted by Ken at 10/7/2004 11:05:01 AM
Hi,
I have to pass large objects (class intances) to SQL 2000 DB. The objects
usually contains ArrayLists of other objects (also classes intances). The
objects are returning from the client and some of their data was maybe
modified by the user. The final update is being done using stored proc... more >>
|