Thanks for your responses, Hank & Barry. Ideally, I would like the VFP9 app to be able to communicate with the Lianja database either remotely or on the same network, depending on the settings of the...
Type: Posts; User: cuckoonuck
Thanks for your responses, Hank & Barry. Ideally, I would like the VFP9 app to be able to communicate with the Lianja database either remotely or on the same network, depending on the settings of the...
Thanks, Hank. That's what I thought. If the Lianja app is using a local database (i.e. not SQL server), VFP cannot INSERT into the dbfs. But if a SQL Server is implemented (Lianja or other) it would...
Barry, if I have VFP9 execute the queries as you suggested, could I configure VFP to INSERT (SQL) directly into the Lianja database, rather than doing it in 2 steps (creating a FoxPro table and...
Thanks, Dilip. Have you used these drivers successfully in your applications?
Alan
Hi Barry,
By using the COPY command, you would not use virtual tables in that case, correct?
Is the COPY command optimized to work with the existing CDX index files? Does it require exclusive...
I would like to use ODBC to pull data from an existing foxpro table into a Lianja virtual table. As Microsoft no longer supports its VFP ODBC driver (and does not appear to offer a download link...
Thanks for the explanation, Barry. That makes sense. I am looking to deploy a web app.
Does the Standard Lianja Cloud Server license have any limitation on the number of databases? I assume the...
I am new to Lianja and my first project is to create an app for multiple tenants. That is, a single database is to be shared between multiple organizations or tenants, but the data for one tenant...