Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Sun Jun 09 08:27:30 CEST 2024

Total time taken to generate the page: 0.02668 seconds