[Interest] QSqlTableModel - table name issue in Postresql

M. Bashir Al-Noimi mbnoimi at gmail.com
Sun Apr 7 17:44:05 CEST 2013


Some how this issue is related but not directly.

Does any one has an idea how to pass table name directly as string?


On Sat, Apr 6, 2013 at 3:58 PM, Sviatoslav Feshchenko <
sviatoslav at outlook.com> wrote:

> See if your issue is related to QTBUG-30076<https://bugreports.qt-project.org/browse/QTBUG-30076>
>
>
> On 2013-04-06, at 8:30 AM, Muhammad Bashir Al-Noimi <mbnoimi at gmail.com>
> wrote:
>
> Hi All,
>
> Recently I noticed that I’ve to add double quotes to table’s name for
> calling Postgresql’s table while it’s not required for MySQL or SQLite
> tables!!
> how can I make QSqlTableModel works in same way for three types of SQL
> databases?
>
> Posgtresql:
>
> p_tableModel->setTable("\"Persons\"");
>
>
> MySQL & SQLite:
>
> p_tableModel->setTable("Persons");
>
> --
> Best Regards,
> Muhammad Bashir Al-Noimi
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
>


-- 
Best Regards
Muhammad Bashir Al-Noimi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130407/9a769762/attachment.html>


More information about the Interest mailing list