QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: MLambert on August 28, 2019, 12:50:44 am
-
Hi Team,
Can I perform an ODBC call ??
Regards,
Mike
-
Hi Lambert
IMHO
bad news
there is no inner support to database both SQL both others (OBDC, DAO, DBase)
Good news
if you are able to Declare and Call functions of DLL, you can do it!
see here
http://qb64.org/wiki/Libraries (http://qb64.org/wiki/Libraries)
Good Coding
-
Thank you .. I do use the DLL for SQL ...
Mike