Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter and PostgreSQL Problem
Message
 
To
21/10/2003 15:33:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00840453
Message ID:
00840825
Views:
28
Hi Aleksey

Thanks I now properly understand how to use this property. However, there appears to be a documentation error on the UpdateNameList section:
Specifies a comma-delimited list consisting of pairs of local and full 
remote field names. Each pair of names consists of a local field 
name followed by the full remote field name. The full remote field name 
appears as <remote table name>, <remote field name>, 
where <remote table name> matches the name from the 
Tables property. Read/write.
What confused me was that the documentation had
<remote table name>, <remote field name>,
I think it should read:
<remote table name>.<remote field name>,
I also do not know exactly where it mentions about the field decoration.

Thanks
Simon






>>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.
Simon White
dCipher Computing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform