[sqlite] confusing error msgs

2015-06-12 Thread Simon Davies
On 12 June 2015 at 06:42, Hick Gunter wrote: > You are creating each table in a separate file; a foreign key may only > reference a table in the same file. > > Your type declarations are faulty in that you are omitting an opening > parenthesis in a DECIMAL 4,3) declaration. > > SQLite does not

[sqlite] confusing error msgs

2015-06-12 Thread Hick Gunter
a decimal point, it will be stored as a REAL. -Urspr?ngliche Nachricht- Von: Keller Racing [mailto:keller_racing at netscape.com] Gesendet: Donnerstag, 11. Juni 2015 20:11 An: sqlite-users at mailinglists.sqlite.org Betreff: [sqlite] confusing error msgs Hi all. Yes, I'm a newby. I have

[sqlite] confusing error msgs

2015-06-11 Thread Keller Racing
Hi all. Yes, I'm a newby. I have some past experience using dBASE III+ and I currently use freeBASIC for my programming needs. I have a need to put a small database in one of my freeBASIC applications and SQLite seemed to fit the bill. However I am having some problems. I have 4 sql