PDA

View Full Version : Qt with SQL SERVER EXPRESS



ric_eng
26th August 2008, 23:28
Hi,
i use the Qt with Sql Server Express. I trying use one field that support ctrl-V, to paster , for exemple one table for Excel.
One aplication that read one field that support every types of data.

Somebody use Qt with database that support this kind of data?

Thanks

wysota
27th August 2008, 22:42
What exactly is the problem? You are asking us if your database supports inserting excel files into it? If that's so, then it surely has some blob type which you can use, but how is that related to Qt?

ric_eng
28th August 2008, 00:46
Exactly!
"how is that related to Qt?"

How can i use qt to put any information in a field blob?

wysota
28th August 2008, 02:09
The same as any other value type - use QSqlQuery or similar and use QByteArray as the data container.