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 » What does this code do exactly?
What does this code do exactly? [message #36708] Thu, 28 June 2012 03:43 Go to previous message
lectus is currently offline  lectus
Messages: 329
Registered: September 2006
Location: Brazil
Senior Member
All_Tables(sch);
if(sch.ScriptChanged(SqlSchema::UPGRADE))
 Sqlite3PerformScript(sch.Upgrade());
if(sch.ScriptChanged(SqlSchema::ATTRIBUTES))
 Sqlite3PerformScript(sch.Attributes());
if(sch.ScriptChanged(SqlSchema::CONFIG)) {
 Sqlite3PerformScript(sch.ConfigDrop());
 Sqlite3PerformScript(sch.Config());
}


I can't find it anywere in the docs.
 
Read Message
Read Message
Previous Topic: Can I use netSQLite to solve the problem of sharing SQLite database?
Next Topic: Lowercase field name in table - error
Goto Forum:
  


Current Time: Sun Apr 28 11:40:13 CEST 2024

Total time taken to generate the page: 0.02783 seconds