Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How will I ever get my app ported to SQL Server?
Message
From
21/08/2008 02:59:30
 
 
To
20/08/2008 23:09:50
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01338696
Message ID:
01340685
Views:
14
Matt,

This is one major difference between CursorAdapters and our good old VFP tables - CAs fetch data from their sources into "cursors" which are temporary tables that reside in a temporary fashion. The index tags one creates are temporary as well. So, if you launch frmJobs twice, the first and second frmJobs each creates its own Customers cursor and also, creates its own tags.

I have been using both the DE and the CA in porting old apps into MySQL. They have been great so far.

Hope to help.

Dennis

>Not sure sure I follow this...
>
>Say I have formJobs that has a Customers CursorAdapter with an alias of Customers. Now, if I launch 2 instances of this form, wouldn't I I be trying to create an index for each form instance, each being an index for the alias Customers?
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform