As far as I understand access to transbase works from Access. What do you do in Access, do you import tables from an ODBC source or link to an ODBC source?
In VFP you have to use SQLSTRINGCONNECT(connectionstring) or SQLCONNECT(DSNname), then SQLExec() and finally SQLDISCONNECT().
As Connectionstrings.com doesn't offer a connectionstring for transbase databases I suggest you start the ODBCAD32.exe and create a DSN to use with VFP via SQLCONNECT().
You have to have a 32bit ODBC driver and use ODBCAD32.exe from SYSWOW64 in 64bit systems.
If there is no 32bit ODBC driver that's it. You won't be able to access data with VFP, then.
Bye, Olaf.