We found a potential issue here. The code appears to be correct, but asserts when we use the _STLP_DEBUG flag in STLPort 4.6.2. The problem is here: DataObj...
Actually, if you take a look at the latest DTL release we have already fixed this! We ran into the same issue with MSVC 2005 where it threw an error because...
Hi! 1. Recently I needed to write DBMS specific SQL statement and wanted to determine type of DBMS I use at runtime. I found out that DBConnection has 2...
... Yes, we should doc these - I will add it to my todo list for the next version. ... I'm afraid so. For the mySQL driver you will just have to use a regular...
Hi, I'm new to DTL, and I believe I have found a bug in the code (and solution). The sourceforge link said to submit any bugs to this group. I've outlined my...
Thanks for pointing this out. I guess we just hadn't tested local BCA on a large enough number of columns. I will make/test the fix and add it to a release I...
* Version 3.6.5; Released August 23, 2004 * ***Bugfixes*** * Fixed bug introduced in 3.6.4 that caused DynamicDBView with parameters to potentially trash...
Oops. Correction this also includes the bugfix: * Version 3.6.5; Released August 23, 2004 * ***Bugfixes*** * Fixed bug in LocalBCA that caused columns to be...
Hi, I am using DTL in multi-threaded program. The defalut connection is being used by all threads. I have used critical section for the sysncronization. Only...
... From a DTL point of view all you should need is a lock when you first initialize the connection via DBConnection::Connect(). This function will also...
Now i am using a new connection in this function but still it showing the same behaviour. Is there any way to clean the running command form the other thread....
There is not any way to clear the running command from the other thread. One other possible source for the problem is that if you are using SQL server we...
Hello, the grimace of fortune have made to port my framework to Linux — the quirk of our strategists I have expected least of all. I use a little bit hacked...
O.K. Here are three possible solutions for you: 1. Try using unixODBC under FreeTDS instead of iODBC. I believe unixODBC runs fine under FreeTDS and does not...
I don't really plan to support FreeTDS officially since I don't have a machine with this set up. We mostly test on RedHat Linux. Here I would say that the...
Probably what you want is RandomDBView from the library. This provides a random access iterator that you can position wherever you want in the recordset before...
... Thank you for your quick reply. It is very impressive indeed. First of all please excuse me for the fact I cannot check your suggestions on the Linux...
At 03:39 PM 8/30/2004, you wrote: If I get you right you think we can take the latest unixODBC sources (those ones in the distribution above are not the latest...
... work. ... product ... so ... downside, ... ODBC ... Software, ... Corporation. Thank you a lot for such a review. I have read about ODBC-ODBC bridges but I...
Hi Corwin, CJ> Probably what you want is RandomDBView from the library. CJ> This provides a random access iterator that you can position wherever CJ> you want...
... Oops. I will change that. ... These are really meant to be internal members used by the class so we did not document them. Instead, for the users we just...
Hi Corwin, ... CJ> These are really meant to be internal members used by the class CJ> so we did not document them. Instead, for the users we just provide CJ>...
... OK. I should add some more description on this. ... Hmm... I didn't think this needed explanation, but maybe it does / some internals description is...
There is also some more explanation about the different cursor types and how we designed the iterators in Designing an STL iterator abstraction for ODBC...
Hello Corwin, CJ> There is also some more explanation about the different cursor types CJ> and how we designed the iterators in CJ> Designing an STL iterator...
Hi We have a complex multithreaded server product that uses DTL to acess SQL Server databases. We have been getting access violation exceptions from various...
Sathya, I'm not sure what could be causing this. Can you send a small example program to reproduce this? Short of that, you will likely need at least to...