josipradnik
2014-09-29, 13:56
If it is a must to stay with MSSQL Server (maybe to share data with other apps running), then virtual tables are solutions.
As I understand, virtual tables are Lianja Servers stuff. And Lianja app can communicate only to Lianja database.
Virtual table is sort of cursor adapter to other data sources (Oracle,MSSQL,MySQL...) via ODBC.
I am concern about performance because ODBC is older technology then OLEDB providers.
Anyway, if have to, it can be done by a beginner:
Step #1 (prerequisite: Make ODBC for MSSQL Server)
780
Step #2 (Import database from MSSQL)
781
Step #3 (optional: checking MSSQL is realy used in VT)
782
While I am learning Lianja, I hope this "picture book" will help other newbies to make first steps in Lianja.
ODBC data source administrator for Win XP is odbcad32.exe, for Win7/8 has different name.
Josip Radnik
As I understand, virtual tables are Lianja Servers stuff. And Lianja app can communicate only to Lianja database.
Virtual table is sort of cursor adapter to other data sources (Oracle,MSSQL,MySQL...) via ODBC.
I am concern about performance because ODBC is older technology then OLEDB providers.
Anyway, if have to, it can be done by a beginner:
Step #1 (prerequisite: Make ODBC for MSSQL Server)
780
Step #2 (Import database from MSSQL)
781
Step #3 (optional: checking MSSQL is realy used in VT)
782
While I am learning Lianja, I hope this "picture book" will help other newbies to make first steps in Lianja.
ODBC data source administrator for Win XP is odbcad32.exe, for Win7/8 has different name.
Josip Radnik