Is there any solution other than the ugly ADO as it is not good and badly documented?
A:
You might want to take a look at the Qt toolkit, it provides an SQL interface that can talk to different database backends (including MS-SQL via ODBC).
cheers, mitch
mitchnull
2009-02-02 11:27:17
+1
A:
In the past, we used the DTL library and were relatively happy with it.
SOCI looks like something deserving attention too. I never used it, though.
Éric Malenfant
2009-02-02 14:21:48
I second the bit about SOCI, its a pretty good library and it has a fairly active community.
Hippiehunter
2009-02-03 20:38:52