Results 1 to 2 of 2

Thread: SQL changed values stored?

  1. #1
    Join Date
    Jun 2009
    Posts
    10
    Platforms
    MacOS X

    Default SQL changed values stored?

    Quick Question: When editing a sql database does the changed values get stored somewhere upon submission eg. the cached example, if so? where?

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: SQL changed values stored?

    It depends how you use the database. In general you have to issue a query to change the database. If you're using a data model then all you need to do is to submit() the model, provided it is writable (i.e. it's not QSqlQueryModel).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 1
    Last Post: 3rd June 2009, 19:08
  2. Replies: 14
    Last Post: 16th January 2009, 08:11
  3. Stored procedure return values problem
    By jgreetham in forum Qt Programming
    Replies: 7
    Last Post: 10th September 2007, 17:38
  4. MySql Stored Procedures Woes
    By stevey in forum Qt Programming
    Replies: 9
    Last Post: 19th October 2006, 12:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.