I've been using Liberty Basic 4.04 as a hobby language for about twelve years now. In that time I never programmed anything that needed a real database. Now I have that need and I would like to use sqlite because of its many advantages.
I know enough about (relational) databases and how they work but not how to use them from within LB. I can't figure out what the DLL calls are like - mostly which parameters, their sequence and their definitions. Can anyone help me to obtain this information? I would like to work directly in the sqlite dll but if a wrapper is available I'll be satisfied if I can work with indexes and foreign keys. Thanks all in advance. Cor

