Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error -2147467259 trying to update Rdb

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am working on a VB6 app using Rdb ODBC Driver connection to an Rdb database on an Alpha. I seem to be unable to get anything but a read-only/forward-only/client-side cursor recordset; I have tried several combinations of Recordset type, locktype, and server/client-side cursors. Anytime I attempt to update a value, I get error -2147467259 and the update fails.

Any ideas??

TIA,

Lee.
Lee
lee.meinhardt@smna.com

 
Rdb 6.1-15
Oracle Rdb Driver (ODBC) v. 3.00.01.02
VB6 SP5
MDAC 2.6

I'm trying to access an Rdb database residing on an Alpha/OVMS server via TCP/IP and SQL Services. Many times when I try to connect I get an error that seems to be caused by SQL SRV authorization failures: other than the SQLSRV.LOG is there ny other way to find out what (if any) UID/PWD are actually being passed to SQLSRV?

On occasoin, I do manage to connect, but then I have difficulties trying to update data; either the rowsets have been set read-only (despite my request for Write or REad/Write access), or the update fails with an error saying that the requested cursor doesn't exist or has been closed.

Anyone have any idea what's going on here, or where i can start to try to nail down and fix whatever is actually happening?
Lee
lee.meinhardt@smna.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top