how to read a table from a Sqlite database

New to FreeBASIC? Post your questions here.
Post Reply
ptitjoz
Posts: 32
Joined: Jun 24, 2017 8:10
Location: France, centre
Contact:

how to read a table from a Sqlite database

Post by ptitjoz »

hello, do you have a simple example to read a table from a Sqlite database?
thank you
Best regards
Imortis
Moderator
Posts: 1924
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: how to read a table from a Sqlite database

Post by Imortis »

If you look in the examples/database folder that comes with the compiler, there are a couple of sqlite examples. I have used them as a starting point in the past and they work quite well.
ptitjoz
Posts: 32
Joined: Jun 24, 2017 8:10
Location: France, centre
Contact:

Re: how to read a table from a Sqlite database

Post by ptitjoz »

Thanks you
today I just checked this program and its ok
Regards
Post Reply