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...
Under cygwin DTL is *extremely* easy to build. Just go to the main directory and type sh build-all.sh and everything should build. If you are getting a bunch...
I've noticed that in the messages list, some of them has something with the PATH env var, and the fact that I've installed borland c++ 5.5 command line tools...
You will want to set C:\cygwin\bin to the beginning of your path in the system control panel. (Remember that under windows you need to log out and log in ...
Hey Corwin, I think at last it's working, last night I've update my cygwin installation, adding the development tools (and some other stuff like apache and...
The -mno-cygwin switch is supposed to just say that we are not taking advantage of any unix specific services and go ahead and use the mingwin headers. ...
In fact, for the link errors described below, you might even be able to kill these function calls off under cygwin. The fact is that under gcc we don't...
Upon further reading, it looks like support for the ANSI wide character functions is in the pipeline for Cygwin but I'm not sure what the status is: ...
got DTL 3.5.2 to compile under gcc 3.3.1-2 on cywin with only MINOR changes first of all, you HAVE to use the patched version of gcc 3.3.1-2 the only change I...
First, I made the same changes that Corwin Joy made for the EXCEL type (defined a new type, checked for that type with autopostback). Works find with a comma...
Dear "PookieBear Bottom", ... Thanks for the info on the MAX_JTIME, I will go ahead and make the change though I'm not sure why this is an overflow now in gcc...
yea, I saw that reference. I just had a problem trying to figure out HOW to specify the schema.ini file. I figured it out. Believe it or not, in this day...
If you want to use a DBView or a DynamicDBView with a connection other than the default, the easiest way to do this is to use the DBView::Args class. Here is...
Thanks again Corwin ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com...