Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor INNER JOIN with client server table
Message
From
03/08/2005 15:52:13
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01038183
Message ID:
01038288
Views:
23
>Is there a DBC on the server?

No, only free tables.

>What protocol are you using to access the data (i.e. ODBC)?

I have this connection string:
This.cSQLStringConnect='Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB='+gcMainDbf+';Exclusive=No;Collate='+;
 'Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO'
This.nHandle=SQLStringConnect(This.cSQLStringConnect)
>Can you access the DBF/DBC directly from code?

Yes, but that used to be the old approach. Now, I have scaled the search engine entirely on a decidated server. Once I have the cursor, I need to inner join that on the main table which resides on the main server.

>Can you have any code on the server?

Yes
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform