Search the web
Sign In
New User? Sign Up
DatabaseTemplateLibrary · The Database Template Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 670 - 699 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
670
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...
msvenx
Offline Send Email
Aug 13, 2003
3:08 pm
671
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...
msvenx
Offline Send Email
Aug 18, 2003
3:33 am
672
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 Joy
corwinjoy
Offline Send Email
Aug 18, 2003
6:54 am
673
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 ...
msvenx
Offline Send Email
Aug 18, 2003
3:29 pm
674
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...
Jez Higgins
jez_higgins
Online Now Send Email
Sep 1, 2003
7:03 pm
675
Oops you are right. Thanks for pointing this out! I will make the change. Corwin...
Corwin Joy
corwinjoy
Offline Send Email
Sep 1, 2003
7:33 pm
676
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...
nitin_garg_2000
Offline Send Email
Sep 2, 2003
4:51 am
677
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:...
Corwin Joy
corwinjoy
Offline Send Email
Sep 2, 2003
5:38 am
678
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: ...
Corwin Joy
corwinjoy
Offline Send Email
Sep 11, 2003
5:32 am
679
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...
dresdda
Offline Send Email
Oct 2, 2003
1:35 am
680
... 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 ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 2, 2003
2:07 am
681
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...
Don Kim
paplus0446
Offline Send Email
Oct 2, 2003
6:02 pm
682
... 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...
Corwin Joy
corwinjoy
Offline Send Email
Oct 2, 2003
6:17 pm
683
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...
dresdda
Offline Send Email
Oct 10, 2003
10:20 pm
684
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...
Corwin Joy
corwinjoy
Offline Send Email
Oct 10, 2003
10:27 pm
685
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...
dresdda
Offline Send Email
Oct 13, 2003
7:41 pm
686
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 ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 13, 2003
7:59 pm
687
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...
dresdda
Offline Send Email
Oct 14, 2003
2:46 pm
688
The build_all.sh will create three files: lib/debug/libDTL.a this is the debug version of the static library that all DTL projects link to. ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 14, 2003
3:32 pm
689
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. ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 15, 2003
3:37 am
690
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...
Corwin Joy
corwinjoy
Offline Send Email
Oct 15, 2003
3:43 am
691
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: ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 15, 2003
4:06 am
692
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...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 23, 2003
12:03 am
693
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...
pookiebearbottom
pookiebearbo...
Offline Send Email
Oct 23, 2003
4:50 pm
694
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...
Corwin Joy
corwinjoy
Offline Send Email
Oct 23, 2003
5:02 pm
695
I've never actually worked with the M$ ODBC text driver. Taking a quick look at the docs, though, ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 23, 2003
5:11 pm
696
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...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 23, 2003
6:07 pm
697
I am guessing to have multiple connections, I need to use something besides the "default connection". So I make my own with: DBConnection con1; ...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 23, 2003
8:23 pm
698
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...
Corwin Joy
corwinjoy
Offline Send Email
Oct 23, 2003
8:27 pm
699
Thanks again Corwin ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 24, 2003
5:01 pm
Messages 670 - 699 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help