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 » EditField and Sqlite...
EditField and Sqlite... [message #33702] Tue, 06 September 2011 14:21 Go to next message
Monty.mvh is currently offline  Monty.mvh
Messages: 31
Registered: July 2011
Location: Bangalore
Member
Hi Friends,
I am trying to add data from a EditField to Sqlite3 Database through the following statement..
SQL * Insert(Grid)(Data,Edit.GetData());

the schema file is..
grid.sch


TABLE_(GRID)
STRING_ (DATA,20)
INT_ (R1)
INT_ (R2)
INT_ (R3)
END_TABLE


But data is not getting into database file...
Is this SQL statement correct or it needs correction...??
Re: EditField and Sqlite... [message #33703 is a reply to message #33702] Tue, 06 September 2011 14:36 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Monty.mvh wrote on Tue, 06 September 2011 08:21

Hi Friends,
I am trying to add data from a EditField to Sqlite3 Database through the following statement..
SQL * Insert(Grid)(Data,Edit.GetData());

the schema file is..
grid.sch


TABLE_(GRID)
STRING_ (DATA,20)
INT_ (R1)
INT_ (R2)
INT_ (R3)
END_TABLE


But data is not getting into database file...
Is this SQL statement correct or it needs correction...??


SQL * Insert(GRID)(DATA, Edit.GetData());
Previous Topic: ERROR : multiple definition of `TABLE_INFO_1(Upp::SqlSchema&)'.......First defined here...
Next Topic: Format of Select statement inside Insert..??
Goto Forum:
  


Current Time: Fri Apr 19 14:48:35 CEST 2024

Total time taken to generate the page: 0.03526 seconds