U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » sqlite.sch syntax with multiple tables
sqlite.sch syntax with multiple tables [message #1325] Mon, 27 February 2006 23:20 Go to previous message
wilho is currently offline  wilho
Messages: 19
Registered: February 2006
Promising Member
I'd be gratefull if someone could give me an example of sch -file with multiple tables specified. Seems that I can't create one properly.

TABLE_(SIMPLE_TEST1)
   INT_     (ID) PRIMARY_KEY
   STRING_  (NAME, 200)
   STRING_  (LASTNAME, 200)
   INT_     (BDATE)
END_TABLE
TABLE_(SIMPLE_TEST2)
   INT_     (ID) PRIMARY_KEY
   STRING_  (NAME, 200)
   STRING_  (LASTNAME, 200)
   INT_     (BDATE)
END_TABLE

won't work
 
Read Message
Read Message
Previous Topic: SqlArray seems to be broken
Next Topic: SQL_MySql sample problem [SOLVED]
Goto Forum:
  


Current Time: Thu May 07 10:11:27 GMT+2 2026

Total time taken to generate the page: 0.00486 seconds