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 964 - 995 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
964
Unable to execute statement : "INSERT INTO CONFIGURATION (NAME,VALUE) VALUES ((?)),(?))" Is the error I am receiving. Code which causes the problem is: try{ ...
blanin
blanimus
Offline Send Email
May 4, 2004
5:02 am
966
As a first guess the words "NAME" or "VALUE" might be reserved in your DB_Engine. Try executing this query in a query window with actual values substituted...
cjoy@...
corwinjoy
Offline Send Email
May 4, 2004
2:01 pm
968
Hello, Corwin, I believe you have forgotten to finish the ODBCINT64 implementation. I have added operator ODBCINT64 to dtl_variant_t and variant_field types so...
mkochetkov
Offline Send Email
May 14, 2004
9:59 am
969
Hello, Do you plan to implement SQL Decimal (in MS SQL Server terms) full- featured type support? It is bound to double now while I mean a true big number...
mkochetkov
Offline Send Email
May 14, 2004
10:05 am
970
SQL decimal isn't exactly for large numbers. Instead it is really more for fixed precision numbers. For ease of use we just mapped this double but it would...
Corwin Joy
corwinjoy
Offline Send Email
May 14, 2004
5:10 pm
971
SQL decimal isn't exactly for large numbers. Instead it is really more for fixed precision numbers. For ease of use we just mapped this double but it would...
Corwin Joy
corwinjoy
Offline Send Email
May 14, 2004
11:53 pm
972
Version 3.6.2; Released May 17, 2004 ***Bugfixes*** Added compiler flag to fix iterator definitions under .NET with STLPort Added enhancements to support SQL...
Corwin Joy
corwinjoy
Offline Send Email
May 17, 2004
6:45 pm
973
... Thank you. -- Michael Kochetkov....
mkochetkov
Offline Send Email
May 17, 2004
7:15 pm
974
Is there a way to list existing and create new ODBC sources using DTL?...
aleskx
Offline Send Email
May 19, 2004
3:24 am
975
Hi there. I searched the message archive and didn't find anything on this topic, so I hope I'm not asking an answered question. I'd like to use...
ZHENG, Hua
geoffreyzheng
Offline Send Email
May 20, 2004
10:58 pm
976
select_update iterator has no parameters by design. Instead, when it is constructed it automatically builds a list of parameters either via: -USE_ALL_FIELDS -...
Corwin Joy
corwinjoy
Offline Send Email
May 21, 2004
1:50 am
977
... OK, I give up. I can compile my code but I cannot make it working. I would appreciate any help with the following: #include <dbaccess/dtl/dtl.h> class...
mkochetkov
Offline Send Email
May 21, 2004
4:03 pm
978
... I have not added ODBCINT64 to variant_t. If you want to use this, you will need to have a regular class with an ODBCINT64 memeber and just bind it...
Corwin Joy
corwinjoy
Offline Send Email
May 21, 2004
5:07 pm
979
... variant_field ... I ... Thank you a lot. There are all diffs below. This comment: // M.Kochetkov denotes my changes for custom memory binding. You may want...
mkochetkov
Offline Send Email
May 21, 2004
5:18 pm
980
Hello! I think I've found a bug in NULLs handling. When calling ClearNull() for field which have a string type before INSERT into database, then this operation...
redart_98
Offline Send Email
May 23, 2004
4:13 pm
981
I have a simple program working quite well when I use Windows XP , Visual Studio 6.0 and Access Database. Now I am trying to port to Linux Fedora Core2, g++...
blanin
blanimus
Offline Send Email
May 23, 2004
6:02 pm
982
Ben, Thanks for checking the rpm file. Windows has a nasty habit of inserting ^M in files so I always run fix-line-endings.sh (which runs d2u on text files) ...
Corwin Joy
corwinjoy
Offline Send Email
May 23, 2004
6:06 pm
983
You are correct. This is a bug, and your fix is correct as well. Thanks for this, I will incorporate the change you suggest into the next release. Corwin...
Corwin Joy
corwinjoy
Offline Send Email
May 23, 2004
8:23 pm
984
What happens when you run "example" and "tests" on your machine. There are a few flags you need to set for Linux if you are writing your own make file. Take a...
Corwin Joy
corwinjoy
Offline Send Email
May 23, 2004
9:50 pm
985
1) I already thought of mimicing the make files from test ... unfortunatly this did not help 2) examples does not work as the scripts do not work with postgres...
blanimus
Offline Send Email
May 24, 2004
7:06 am
986
OK. There are three main possibilities here for where the bug is: 1. Your code. 2. The DTL code. 3. The postgres ODBC driver. Offhand, my first guess would be...
Corwin Joy
corwinjoy
Offline Send Email
May 25, 2004
2:52 pm
987
Corwin, I am afraid that due to you latest changes the following code stopped working: #include <dtl.h> int main() { int iRet = 1; try { ...
mkochetkov
Offline Send Email
May 25, 2004
4:03 pm
988
... It shall read 'test0008'. 'biginttbl' is from the previous test case. But it does not matter indeed. -- Michael Kochetkov....
mkochetkov
Offline Send Email
May 25, 2004
4:14 pm
989
The example you gave worked fine for me. Did you remember to set the define DTL_VARIANT_USE_FIXED_LEN_STRING in lib and your project as we had discussed...
Corwin Joy
corwinjoy
Offline Send Email
May 26, 2004
5:52 am
990
... No, I did not. I have three dtl versions for this transition and it looks something went wrong with build parameters sharing. Thank you a lot. -- Michael...
mkochetkov
Offline Send Email
May 26, 2004
10:29 am
991 Corwin Joy
corwinjoy
Offline Send Email
May 26, 2004
4:36 pm
992
Ben - Thanks for figuring out what was going wrong with the postgres driver! I have posted this to the list and may add this to the FAQ. (First I will likely ...
Corwin Joy
corwinjoy
Offline Send Email
May 27, 2004
2:01 pm
993
i've got some changes for you that i forget to propagate back to the dtl source for you ... please include in next release ... * changed IndexedDBView::fetch()...
Gradman, Michael
michael.gradman@...
Send Email
May 27, 2004
5:44 pm
994
Hi there. Does DTL use or support persistent connection to ODBC? I can't seem to find any reference to persistent connection in the documentation or this...
ZHENG, Hua
geoffreyzheng
Offline Send Email
May 27, 2004
6:00 pm
995
Not sure what you mean here by "persistent connection". By default DTL turns on ODBC connection pooling so that it can re-use existing connections......
Corwin Joy
corwinjoy
Offline Send Email
May 27, 2004
6:18 pm
Messages 964 - 995 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