Good day,
Does anyone have a working example of printing from an sqlite databse using the DBLib library? I need to ask some questions as my coding skills are non-existent.
Thanks
Nic
Livecode, DBLib and Quartam Reports
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Livecode, DBLib and Quartam Reports
If you have no program skills, probably you don't need that library. Please, explain better what you want to do with a clear example. Livecode embed sqlite3, so probably Livecode already has all you need.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Livecode, DBLib and Quartam Reports
I have actually managed to figure out how to use DBLib commands to print to the quartam print stack. Thank you for your time though. My next problem will be to put together the correct SQL statements to gather data from separate tables all at once instead of using multiple selects.
Re: Livecode, DBLib and Quartam Reports
I don't have Quartam Reports, but to print a stack usually this is the code:
Probably you should read this: http://livecode.wikia.com/wiki/Printing
Regarding SQL, please, give me an idea of tables and data and what you need.
Code: Select all
print stack "a very cool stack"
Regarding SQL, please, give me an idea of tables and data and what you need.

Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w