Results 1 to 3 of 3

Thread: Storing QStringList to a MySQL table field

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Storing QStringList to a MySQL table field

    what happens if you try

    QString ports;
    ports.append("first, ").append("second, ").append("third");

    ?
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  2. The following user says thank you to amleto for this useful post:

    Axtroz (17th July 2012)

Similar Threads

  1. QDataWidgetMapper doesn't always update field in table
    By marcvanriet in forum Qt Programming
    Replies: 4
    Last Post: 14th December 2011, 11:57
  2. Replies: 4
    Last Post: 16th June 2011, 14:49
  3. SQL JOIN queries & QSqlRecord objects not storing table names
    By SweetieCakes in forum Qt Programming
    Replies: 5
    Last Post: 25th July 2010, 10:47
  4. MYSQL 5 Table qt model as small Mysql admin
    By patrik08 in forum Qt-based Software
    Replies: 0
    Last Post: 1st May 2007, 09:43
  5. Figure - field for MySQL record
    By Dmitry in forum Qt Programming
    Replies: 1
    Last Post: 28th October 2006, 20:00

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
  •  
Qt is a trademark of The Qt Company.