QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: MLambert on August 28, 2019, 12:50:44 am

Title: Does QB64 Support ODBC calls ??
Post by: MLambert on August 28, 2019, 12:50:44 am
Hi Team,

Can I perform an ODBC call ??

Regards,

Mike
Title: Re: Does QB64 Support ODBC calls ??
Post by: TempodiBasic on August 28, 2019, 09:47:29 am
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
Title: Re: Does QB64 Support ODBC calls ??
Post by: MLambert on August 29, 2019, 05:26:32 am
Thank you .. I do use the DLL for SQL ...
Mike