Re: [sqlite] Creating a Database from RealBasic code

2008-04-22 Thread Thomas E. Wright
, you create from within the realbasic application. I'll pluck some example code and email it to you. Regards Denis On 04/23/2008 12:44 AM, Thomas E. Wright wrote: > This should be simple but does anyone know how to create a new database from > within realbasic code? I try to shell out

[sqlite] Creating a Database from RealBasic code

2008-04-22 Thread Thomas E. Wright
This should be simple but does anyone know how to create a new database from within realbasic code? I try to shell out using the shell command but it's not liking that too much and there seems to be no create database function for sqlite. Dim s As Shell s= New Shell f = GetFolderItem("")