How join tables in multiple folders with Advantage Database Server -


using advantage database server sql, need able join free tables in separate folders. there way this?

with free tables can specify relative paths tables in clause.

select * "..\directory1\table1.adt" a, "directory2\table2.adt" b a.id = b.id;

this entry in files describes basics of it.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -