Re: [HACKERS] ODBC SQLBindParameter and UNICODE strings

2001-10-19 Thread Andy Hallam
Thanks for that. I'll have to work around this by extracting all character variable data and 'hard coding' this into the SQL statement before I SQLExecute() the statement. I had to do the same for ... Oracle (sorry for swearing). Do you (or anyone else for that matter) know if/when UNICODE bindi

Re: [HACKERS] ODBC SQLBindParameter and UNICODE strings

2001-10-18 Thread Hiroshi Inoue
Andy Hallam wrote: > > Apologies if you think this mail is a little long-winded but I want to be as > clear as possible on this. > > PostgreSQL - 7.1.3 (installed on Linux 2.4.2-2) > PSQLODBC.DLL - 07.01.0007 > Visual C++ - 6.0 > > I have a C++ app running on WINDOWS2000 and I am trying to use

[HACKERS] ODBC SQLBindParameter and UNICODE strings

2001-10-18 Thread Andy Hallam
Apologies if you think this mail is a little long-winded but I want to be as clear as possible on this. PostgreSQL - 7.1.3 (installed on Linux 2.4.2-2) PSQLODBC.DLL - 07.01.0007 Visual C++ - 6.0 I have a C++ app running on WINDOWS2000 and I am trying to use SQLBindParamater with a unicode (wcha