Re: Finding data in Euphoria databases
- Posted by ZNorQ <znorq at holhaug.com> Jul 18, 2006
- 530 views
ChrisBurch2 wrote: > > Hi > > This also replies to the large app question. > > Yes eu is eminently suitable for large apps - but choose your app - its less > suitable for action based fast response type apps (eg fp shooters), but very > suitable for database type projects / web apps (this is not a exhaustive list) > > Look at JetVetSQL - lots and lots of lines. It is very easily maintained by > one person (me), because I've set my own set of organisational / coding rules, > and everythings as compartmentalised / sub filed as much as possible. > > To Kenneth ZNorq - if you want a _really_ easy database system, for lite apps, > (usable in CGI apps, although I haven't tried this myself, then use eusqlite. > One function does EVERYTHING - you do need to know some sql though > > data = sqlite_query_database("Database", "sql_commands") > > Thats it! > > Its fast, working on 40MB + databases, safe - I like it any way. > > Chris Hey Chris, This sounds very interesting! I'll sure give it a try! Thanks. Kenneth Oh, btw, 'ZNorQ' is not my surname, just a nick... :)