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...
Show off your group to the world. Share a photo of your group with us.

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 674 - 703 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
700
My smaple program that I am working on is very simple. I just want to copy all of the data from one table to another. I know there are other ways of doing...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 24, 2003
5:01 pm
701
sorry, my computer crashed in the middle of the last email, not sure if the 1/2 message went through or not) I want to make a simple program to copy one...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 24, 2003
6:10 pm
702
Short answer: I think what you are trying to do here is copy fields by number between two tables that don't necessarily have the same field names. The loop...
Corwin Joy
corwinjoy
Offline Send Email
Oct 24, 2003
6:50 pm
703
Hi I sent this last night but, it di(dn't make it to the list. Since then I've fixed all the warnings) I'm new to the DTL and have so far found it really quite...
paulgrenyer
Offline Send Email
Oct 26, 2003
7:27 pm
Messages 674 - 703 of 2478   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