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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access linked to Powerbuilder

Status
Not open for further replies.

kenadys

Technical User
Aug 14, 2002
13
0
0
US
I have set up a form in Access that pulls data from a PB database through ODBC. I am receiving an error
"the recordset is not updateable". Any idea on how to correct this. thanks-kenadys
 
Powerbuilder is a client/server application along the same lines as VB and Delphi. Powerbuilder itself will use ODBC to connect to a backend database engine.
Try and find out what the database engine is, the ODBC driver used and the SQL statement being run, together with whether the equivalent window in Powerbuilder is updateable within the app there or not.

John
 
Do you need to update the data?

ps Powerbuilder probably has a Sybase database.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top