PDA

View Full Version : PostgreSQL driver



clusty
19th August 2008, 16:04
Hey,

Was wondering if it were possible to use the QSQL client in copy mode.
To be more specific, I would like to be able to send data with COPY FROM STDIN.

I know that pqxx can do such stuff.

Can QSQL do it as well?

jacek
21st August 2008, 01:55
I don't think so, but you can always write a simple test application and see for yourself.