Hi.
Could anyone help me get started with using SQLite with PB please? I have not done any programming for some time but my boss has recently asked me to write a small programme for where I work. Once I can write a very basic programme I'll learn the rest through the documentation but I'd be very grateful for some help getting started. Thank you.
SQLite - help getting started
You might want to take a look at this very good example (by netmaestro):
http://www.purebasic.fr/english/viewtopic.php?t=22209
Good luck.
http://www.purebasic.fr/english/viewtopic.php?t=22209
Good luck.
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
You have to put the PBOSL SQLite3 library into your userlibraries folder. You can download it from PureArea.net. Also, you'll have to have a movies database made with the structure described in the sourcecode. SQLite has a utility you can use for that, it's easy. Just make a database and stick a couple of records in it and you're off and running.
BERESHEIT