Re: [ADVANCED-DOTNET] Using a Data Builder and Data Adapter with Oracle

2002-06-05 Thread Alexander, William
ithout remoting. I know it's a little long, but I hope it helps. William Alexander Software Developer --- DATATRAK International, Inc. -Original Message- From: Noam Arbel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 8:37 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Us

[ADVANCED-DOTNET] Using a Data Builder and Data Adapter with Oracle

2002-06-04 Thread Noam Arbel
Hi, I am trying to use an OleDbDataAdapter and DataBuilder with a recordset to update and insert rows into a table in Oracle. All the documentation and examples I can find are all for SQL Server(using the SqlDataAdapter variant). I can get my code to work on Access (with the OleDBData* classes),

[DOTNET] Using a Data Builder and Data Adapter with Oracle

2002-06-04 Thread Noam Arbel
Hi, I am trying to use an OleDbDataAdapter and DataBuilder with a recordset to update and insert rows into a table in Oracle. All the documentation and examples I can find are all for SQL Server(using the SqlDataAdapter variant). I can get my code to work on Access (with the OleDBData* classes),