Search found 2 matches

by Whopper19
Mar 21, 2023 10:45
Forum: Libraries Questions
Topic: FreeBasic/SQL
Replies: 5
Views: 4772

Re: FreeBasic/SQL

Check this problem post might be helpful.
by Whopper19
Jan 31, 2023 14:33
Forum: Libraries Questions
Topic: FreeBasic/SQL
Replies: 5
Views: 4772

Re: FreeBasic/SQL

It looks like you need to declare the 'sqlite3_api' variable before using it in your code. The 'sqlite3_api' variable is used to access the functions exposed by the SQLite3 library. To declare the 'sqlite3_api' variable, you need to add a line of code at the top of your program: Declare Function sql...