Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New to Cursoradaptors
Message
From
29/03/2004 17:20:38
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00890588
Message ID:
00890611
Views:
19
>Hi....
>
>Starting to move my system to vfp 8/9
>
>My first question is can a cursor adaptor connect to VFP Data and SQL-Server data at the same time..
>
>something like the below
>
>Select a.*, b.* from vfpdata a inner join sqlserverdata b on(a.iid = b.iid) where b.customer = 'First Last Bank'
>
>just an example above but you get the idea
>
>I'm guessing it can ;) but haven't a clue as to how
>
>
>I'll have many more questions but this should get me started
>
>
>jp

Hi John,

By default, CursorAdapter can't query data from different data sources, but you can subclass it and make this happen.

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform