Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with cursoradapter
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Problem with cursoradapter
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01661431
Message ID:
01661431
Views:
117
We are working on a foxpro class that let access to a postgreSQL database. We are using cursoradapter, but i have problems when updating data on a selected record. It seems all is workin but when i update data these are not updated and i have no error messages...

If i make the same operation using a database with a remote view on the same tables i have no problems and data are updated...

What did i miss in the cursor adapter ? What can i check ?

Here is the code:

loData = Createobject("DbMngr.DbData")
loData.DataSource = loHandle.Handle
loAnag = loData.CaAnag
loAnag.DataSource = loHandle.Handle

loAnag.SelectCmd = loAnag.SelectCmd + " Where Id = ?loRecord.Id "
loAnag.CursorFill()
loAnag.CursorRefresh()
Gather Name loRecord
=TableUpdate(.T.,.T.,"crAnag")
Next
Reply
Map
View

Click here to load this message in the networking platform