Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

DatabaseTemplateLibrary · The Database Template Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 614
  • Category: Databases
  • Founded: Mar 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 964 - 995 of 2678   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
964 blanin
blanimus Send Email
May 4, 2004
5:02 am
Unable to execute statement : "INSERT INTO CONFIGURATION (NAME,VALUE) VALUES ((?)),(?))" Is the error I am receiving. Code which causes the problem is: try{ ...
966 cjoy@...
corwinjoy Send Email
May 4, 2004
2:01 pm
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...
968 mkochetkov Send Email May 14, 2004
9:59 am
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...
969 mkochetkov Send Email May 14, 2004
10:05 am
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...
970 Corwin Joy
corwinjoy Send Email
May 14, 2004
5:10 pm
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...
971 Corwin Joy
corwinjoy Send Email
May 14, 2004
11:53 pm
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...
972 Corwin Joy
corwinjoy Send Email
May 17, 2004
6:45 pm
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...
973 mkochetkov Send Email May 17, 2004
7:15 pm
... Thank you. -- Michael Kochetkov....
974 aleskx Send Email May 19, 2004
3:24 am
Is there a way to list existing and create new ODBC sources using DTL?...
975 ZHENG, Hua
geoffreyzheng Send Email
May 20, 2004
10:58 pm
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...
976 Corwin Joy
corwinjoy Send Email
May 21, 2004
1:50 am
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 -...
977 mkochetkov Send Email May 21, 2004
4:03 pm
... 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...
978 Corwin Joy
corwinjoy Send Email
May 21, 2004
5:07 pm
... 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...
979 mkochetkov Send Email May 21, 2004
5:18 pm
... 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...
980 redart_98 Send Email May 23, 2004
4:13 pm
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...
981 blanin
blanimus Send Email
May 23, 2004
6:02 pm
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++...
982 Corwin Joy
corwinjoy Send Email
May 23, 2004
6:06 pm
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) ...
983 Corwin Joy
corwinjoy Send Email
May 23, 2004
8:23 pm
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...
984 Corwin Joy
corwinjoy Send Email
May 23, 2004
9:50 pm
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...
985 blanimus Send Email May 24, 2004
7:06 am
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...
986 Corwin Joy
corwinjoy Send Email
May 25, 2004
2:52 pm
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...
987 mkochetkov Send Email May 25, 2004
4:03 pm
Corwin, I am afraid that due to you latest changes the following code stopped working: #include <dtl.h> int main() { int iRet = 1; try { ...
988 mkochetkov Send Email May 25, 2004
4:14 pm
... It shall read 'test0008&#39;. 'biginttbl&#39; is from the previous test case. But it does not matter indeed. -- Michael Kochetkov....
989 Corwin Joy
corwinjoy Send Email
May 26, 2004
5:52 am
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...
990 mkochetkov Send Email May 26, 2004
10:29 am
... 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...
991 Corwin Joy
corwinjoy Send Email
May 26, 2004
4:36 pm
992 Corwin Joy
corwinjoy Send Email
May 27, 2004
2:01 pm
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 ...
993 Gradman, Michael
michael.gradman@... Send Email
May 27, 2004
5:44 pm
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()...
994 ZHENG, Hua
geoffreyzheng Send Email
May 27, 2004
6:00 pm
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...
995 Corwin Joy
corwinjoy Send Email
May 27, 2004
6:18 pm
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......
Messages 964 - 995 of 2678   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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