Re: long way to WCHAR...
"Frediano Ziglio" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
> > Thanks Freddy, I can now use more of the program I am > developing with Qt on Linux using your driver. > > I know it is early days for WCHAR support, but my prepared > queries now run. > > However I do get a problem when multiple queries are running > at the same time. > The data gets mixed up between the queries when populating my > tables. If I run the queries sequentially one after the other > completes I do not get this problem. > > If you need me to do any debugging for you just ask. > > Thanks for your hard work, > Royce > Mmm... do multiple queries means multiple connections with different threads, multiple connections with the same thread or many queries on a single connection ? Currently only SQLPutData and Sybase has problems... how do you populate these tables? Enabling ODBC tracing would help us. Thanks for testing, Frediano Ziglio