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!

Linked tables

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Colleagues,

I have the following situation:

On a Windows NT platform, a program developped in Visual Basic 6.0 with an ODBC-connection to an Access-database. But in the Access-database, there are several linked tables to an ORACLE database. In the ACCESS environment, there's is no problem writing in the linked tables towards ORACLE. But, out of my VB6 application it is only possible to read data in linked access table . Writing or modifying into this linked table to ORACLE always returns an ODBC error call.

When I make the same setup on a Windows 2000 platform, everything (reading, writing in the ORACLE linked Access-table) works just perfect!

QUESTION:

Can anyone give me a hint how I can make this work on the NT4.0 platform or why it is not possible to make it work on NT4.0?


Thanks.
 
Off of the top of my head.
The VB ODBC connection is it read-only, check the parameters to open.
Or the recordsets, dynasets or what ever they are called also have a type e.g. read-only, forward-only, dynaset etc. check the call parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top