Hi, I want to sort mysql table alphabetically (without case sensitivity).
I have a bunch of names in it and I want to have a method in QT program, that would change mysql table (names woule be sorted alphabetically)
So any idea how to do that?
Hi, I want to sort mysql table alphabetically (without case sensitivity).
I have a bunch of names in it and I want to have a method in QT program, that would change mysql table (names woule be sorted alphabetically)
So any idea how to do that?
I solved it like this:
Qt Code:
To copy to clipboard, switch view to plain text mode
works like a charm...for now![]()
Hi,
You have selected data in a sorted manner, but the table will not change.
But if this works fine, better for you. : )I want to have a method in QT program, that would change mysql table
Good luck!
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
Bookmarks