I am evaluating DTL to determine if it will meet my needs. I am having trouble running the example code when using STLPort. Code builds, but I get an...
Hiya, Many databases like DB2 use unique timestamps that have sub-second accuracy. In DB2's case, the sub-second accuracy is 6-digits. [The guarantee of...
I am having difficulty running DTL 3.5.1 when linking with STLPort 4.5.3, especially when using the more advanced templates, such as IndexedDBView and ...
The latest version of DTL has been tested and run with VC 6, SP5 and STLport 4.5.3. So, it should run. If you take a look at the "example" project you will...
If you look at the method BoundIO::GetColumnSize (BoundIO.cpp line 166) you will see a case that looks like this: case C_TIMESTAMP: case C_JTIME_C: return 19;...
I am using STLPort 4.5.3, DTL 3.5.1, VC++ 6 SP5, Access 2000 example database. I think the problem has to do with multithreading. Due to the use of another...
I compiled DTL with the standard STLport setting and everything runs just fine - no crashes no problems. Once I added the special "user config" settings you...
Hi, I am trying call stored procedure through DTL and get the following error. Error Message: Unable to fetch statment "{call findByPointFromDate (?,?,?)}"SQL...
Here is my guess on what is happening here. 1. For your VARCHAR2 parameter "date1" you are using a std::string to hold the value on the C++ side. 2. For some...
Hi, I tried cpl of more things the stored procedure works fine when invoked through SQL Plus. Stored Procedure works only with Number parameters(doesnt work...
The stored procedure should work fine with dates. (Although I don't know why your date in the previous example was declared as a VARCHAR2 rather than a DATE). ...
Hi Corwin, Regarding dates I am sorry I was calling it in wrong manner with date parameter hence it was not working. Its now working with number and dates as...
Hi Corwin, Thanks a lot for your response. I tried the approach 2 that you suggested but it did not work. Here is the stored procedure... FindByPoint ( ...
OK, looking at the query I think this has to do with the spatial data set you are trying to return + trying to use a variable length string. What I would...
This doesn't make much sense. We've tested with VC6 sp5 and it compiles fine. Are you using the example.dsw project we have set up? Can you give more details...
Hi All, I'm having a peculiar problem with respect to insertion of empty std strings (basic_string). I'm using VC 6.0, DTL 3.5.1 & my DBMS is MS SQL Server...
Hi Corwin, I traced through the DTL code & looked at your comment that explains as to why is it necessary to insert '\0' if the bound string is empty. Actually...
Venkat, Looking at this, I agree with what you are doing - it makes sense. I'm trying to think why we had it the way we did - maybe some drivers had problems...
Corwin, Thanks for the reply. Please note that the change has to be made for all the three data types viz. C_STRING, C_WSTRING & BLOB. -Venkat. ... explains ...
DBConnection::ComputeDBType tries to work out what the database quote character is, by querying the driver. If the driver returns nothing or a space it uses...
I have written a project using DTL. Now i have to port that application to UNIX. Can i use the DTL on UNIX. If yes then please let me know where can i get help...
We have already tested and run DTL on several flavors of UNIX. The flavors we have tested as part of our last release regression test - (see the FAQ page) are:...
I have gone ahead and made a new minor release to fix some small bugs that were discussed on this list since the last release. Here are the changes: ...
Hi, I'm trying to build the library using the gcc compiler for Windows, the one packed with the Dev-C++ from Bloodshed. So first I create a static library...
... FROM: davidandres_ayala@... DATE: Thu, 02 Oct 2003 00:45:50 -0000 SUBJECT: I'm newbbie..... Hi, I'm trying to build the library using the gcc compiler ...
Hey, I recently joined this group and noticed it was very quiet here the last month. Anyway, I recently completed a CGI library in C++ and was originally using...
... Yeah, it's been pretty quiet lately. I think it's cause we have the code fairly stable now and hence have few complaints / bugs since we still seem to...
Hi there. Last time I was working with Dev-C++, but I'm trying to grown up so I've downloaded and installed Cygwin, using the setup version 2.416. But now I'm...