Playing with sqlite3
I am playing with SQLite3, which is now the default db engine in RB 2005, thanks to the good work of SQLabs. Of course, sqlite hasn’t been retrofitted to RB 5.5, so I am trying to see what it would take to make a poor man’s sqlite solution for RB 5.5. The problem is integrating C structures into RB, which is not always easy. I am obliged to cheat a little, but I managed to do a SELECT command on an existing sqlite database and display the results correctly. So far so good…
