Multi Sybase-Database Connection
Posted: 19.03.2014, 11:31
HI,
I need to execute a query using two or more different database on the same saver or not.
when execute the query this error message appear:
"Table qualifier must be name of current database"
this it's the query:
please, how can fix this
stay working with:
Delphi 6 up 2
ASE 12.5.4
Zeos 6.6.0
thanks
for my bad english
I need to execute a query using two or more different database on the same saver or not.
when execute the query this error message appear:
"Table qualifier must be name of current database"
this it's the query:
Code: Select all
SELECT
t1.fld1,
t1.fld2,
t1.fld3,
t2.fld6,
t2.fld7
FROM DB1.dbo.table1 t1,
DB2.dbo.table2 t2
WHERE t2.fld1 *= t1.fld1
stay working with:
Delphi 6 up 2
ASE 12.5.4
Zeos 6.6.0
thanks
for my bad english