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 1189 - 1218 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1189
Hi, Corwinjoy, I met this mysterious problem about "number" the parameter. (I know in <3.6.5 there is a problem with it, so I used 3.6.6 version) I created a...
wolflittle2001
Offline Send Email
Nov 4, 2004
7:50 am
1190
I just find that I must mistakenly typed a wrong name for one field. When I changed everything to use the same string (DB table, C++ struct table, field in...
wolflittle2001
Offline Send Email
Nov 4, 2004
8:05 am
1191
Sorry the error message was so bad on this. What's happening here is it is asks the database if it needs to send any data to fill in the parameters. If you...
Corwin Joy
corwinjoy
Offline Send Email
Nov 5, 2004
3:09 am
1192
I see, understand. Thank you. ... return ... driver...
wolflittle2001
Offline Send Email
Nov 5, 2004
11:42 pm
1193
Hi, Corwinjoy, I met this problem when I want to query on a joint table. Maybe it is a silly question but I could not figure out a way to do it and cannot find...
wolflittle2001
Offline Send Email
Nov 5, 2004
11:50 pm
1194
James, The problem here is that when you use a select_iterator with DynamicDBView, the view tries to be smart and build the sql query for you. (See the...
Corwin Joy
corwinjoy
Offline Send Email
Nov 6, 2004
3:40 am
1195
Vasco, I looked over your changes and it turns out that in the current code we take any empty strings or blobs and write them as null values to the database....
Corwin Joy
corwinjoy
Offline Send Email
Nov 6, 2004
3:50 am
1196
It works! Thank you very much for this and your advice. ... B.INT_VALUE"; ... AND ... ();...
wolflittle2001
Offline Send Email
Nov 6, 2004
5:42 am
1197
Corwin, Thank you for your feedback. The fact that you can not reproduce the problem with Oracle 7.3 leads me to believe that this is a problem specific to the...
Aspas
vveloso
Offline Send Email
Nov 9, 2004
2:22 pm
1198
Hi Corwin, I'm still running v3.3.2 of the DTL, and have a crash problem that I'm not sure how to fix properly. If I have my application connect to a database,...
ChessBoy
v11_dmatsumo
Offline Send Email
Nov 11, 2004
6:33 pm
1199
Dave, I am not sure what is causing this in your case, but we have seen a similar effect occasionally with DLLs. Perhaps this tip from the FAQ will help ... ...
Corwin Joy
corwinjoy
Offline Send Email
Nov 12, 2004
2:24 am
1200
Hi Corwin, Actually, I did wrap the DTL in my own DLL! And it turns out that the call to GetDefaultEnvironment()->Release() was all I needed to do my ...
ChessBoy
v11_dmatsumo
Offline Send Email
Nov 12, 2004
2:05 pm
1201
No more spending money on calling cards, Earn free Calling cards at our site using this link Register, Login and earn Free calling cards. ...
jhansi_robin
Offline Send Email
Nov 17, 2004
6:45 am
1202
how are you: I met a problem when I First Link my DTL-based Application under RedHat Linux 9. ... ...
palzhou_palzhou
Offline Send Email
Nov 17, 2004
7:57 am
1203
The error message you are getting indicate that the linker is failing to find the ODBC libraries. From your link line it looks like you forgot to link them...
Corwin Joy
corwinjoy
Offline Send Email
Nov 17, 2004
2:22 pm
1204
To apply, save it in the DTL dir, go to the DTL dir and type: patch -p0 < nullable.patch Also included is a little test file. Details: I needed a native type...
Paul
elegant_dice
Offline Send Email
Nov 18, 2004
12:21 pm
1205
Whoops, sorry, minor fix to one of the example header files... apply this to 3.6.6+nullable.patch patch -p0 < nullable_2.patch Paul...
Paul
elegant_dice
Offline Send Email
Nov 19, 2004
10:02 am
1206
Hi, I wanted to use a DefaultBCA that did NOT have a default constructor. This is not possible as the dtl::iterators' default constructors try to construct a...
Paul
elegant_dice
Offline Send Email
Nov 19, 2004
10:03 am
1207
Hi, This is a kind-of lessons-learned that will hopefully improve the documentation, or at least the understanding of the DTL... I had run into several...
Paul
elegant_dice
Offline Send Email
Nov 19, 2004
10:05 am
1208
Hi everyone, I am trying to install DTL on a linux platform. I get the following error when I try to build. It asks for a "sql.h". I looked into one of the...
Abdullah Sowayan
sowayaa
Offline Send Email
Nov 22, 2004
10:12 pm
1209
Hi Everyone I am trying to use DBView to retrieve data from a table and I keep getting the following SQL error message. I have verified that all the necessary...
jmartins_99
Offline Send Email
Nov 23, 2004
2:23 pm
1210
For Linux you need to get a copy of unixODBC from unixODBC.org since DTL uses this library. See the ReadMeLinux file for details....
Corwin Joy
corwinjoy
Offline Send Email
Nov 23, 2004
2:33 pm
1211
I downloaded MyODBC (an odbc driver for MySQL). Will I be limited to just unixODBC driver? I would like to play with many different drivers and experiment with...
Abdullah Sowayan
sowayaa
Offline Send Email
Nov 23, 2004
2:36 pm
1212
I will take a look at this over Thanksgiving since I've been quite busy. Some initial thoughts: -The nullable patch looks like a nice extension - BUT a. The...
Corwin Joy
corwinjoy
Offline Send Email
Nov 23, 2004
2:39 pm
1213
There are two distinct pieces here. The first is the ODBC implementation which loads database drivers. Examples would include: -unixODBC, iODBC, Microsoft...
cjoy@...
corwinjoy
Offline Send Email
Nov 23, 2004
4:18 pm
1214
Nevermind guys, I had a typo in this line:cols["OuputStructName"] == rowbuf.m_szOutputStructName;" I spelt "OutputStructName" wrongly. I could just kick myself...
jmartins_99
Offline Send Email
Nov 23, 2004
5:24 pm
1215
Hi, Assume that I have different DBMSs running on a server (MySQL, Oracle, and SQLServer), and that I had installed all their ODBC drivers. How can I configure...
Abdullah Sowayan
sowayaa
Offline Send Email
Nov 23, 2004
5:53 pm
1216
Unfortunately Access (and other drivers) don't always give the best error messages which can waste a lot of time. The first thing I always do is that whenever...
cjoy@...
corwinjoy
Offline Send Email
Nov 23, 2004
6:52 pm
1217
Just pass the appropriate connection string to the DBConnection object e.g. DBConnection.Connect("DSN=MySQL Data Source Name"); ...
cjoy@...
corwinjoy
Offline Send Email
Nov 23, 2004
6:55 pm
1218
... I thought so, thanks! ... Yes I am worried about this as I don't use DynamicDBView at all (yet). ... Please do check, I have taken into account when both...
Paul
elegant_dice
Offline Send Email
Nov 26, 2004
5:13 am
Messages 1189 - 1218 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