Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter and PostgreSQL Problem
Message
From
21/10/2003 15:33:48
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00840453
Message ID:
00840804
Views:
17
>Hi Aleksey
>
>The tables property is already set as you suggested. I had already tried
>
>UpdateNameList = [desc "uptable.desc",...]
>
>but I never thought to try it your way. So I will give it a test.
>
>Thanks
>Simon
>
>

Hi Simon,

When you set UpdateNameList property this way, CursorAdapter will not be able to associate [desc] field with ["uptable"] table. UpdateNameList property should use the following format:
UpdateNameList =[<local field name>  <remote table name>.<remote field name>, ...]
And < remote table name > should exactly match the remote table name from Tables property, including quotation marks and/or other decorators you might be using there.

Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform