josipradnik
2014-09-10, 14:33
My VFP aplications use MS SQL Server. I never needed ODBC.
I could not find the whole story about ODBC in Lianja.
http://www.lianja.com/resources/blog/39-coding-tips/111-working-with-external-data-sources-in-lianja-beta6
After lot of time here is what I know now (sorry forum does not accept normal size PDF and there is a lot of screenshots):
(1) Sample SQL Server database
I needed a sample MS SQL Server database mentioned in text above. So I downloaded AdventureWorks from http://msftdbprodsamples.codeplex.com/releases/view/93587
2008 version: http://msftdbprodsamples.codeplex.com/downloads/get/478218
I unziped it into folder with my other databases.
In MS SQL Server Management Studio I attached this database
(2) ODBC
Now setting ODBC according https://www.youtube.com/watch?v=tUiaK5fRH7k
761
762
763
I tried with SQL Server authentification but no success on Lianja side.
Suppose wrong user settings. I am not a database expert.
Hope this tips will help to someone.
Josip Radnik
I could not find the whole story about ODBC in Lianja.
http://www.lianja.com/resources/blog/39-coding-tips/111-working-with-external-data-sources-in-lianja-beta6
After lot of time here is what I know now (sorry forum does not accept normal size PDF and there is a lot of screenshots):
(1) Sample SQL Server database
I needed a sample MS SQL Server database mentioned in text above. So I downloaded AdventureWorks from http://msftdbprodsamples.codeplex.com/releases/view/93587
2008 version: http://msftdbprodsamples.codeplex.com/downloads/get/478218
I unziped it into folder with my other databases.
In MS SQL Server Management Studio I attached this database
(2) ODBC
Now setting ODBC according https://www.youtube.com/watch?v=tUiaK5fRH7k
761
762
763
I tried with SQL Server authentification but no success on Lianja side.
Suppose wrong user settings. I am not a database expert.
Hope this tips will help to someone.
Josip Radnik