Skip to Content.
Sympa Menu

freetds - Re: [freetds] long way to WCHAR...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Frediano Ziglio" <freddy77 AT gmail.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] long way to WCHAR...
  • Date: Thu, 30 Oct 2008 15:43:00 +0100

>
> 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




Archive powered by MHonArc 2.6.24.

Top of Page