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 your group to be featured on the Yahoo! Groups website? 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 654 - 683 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
654
I am evaluating DTL to determine if it will meet my needs. I am having trouble running the example code when using STLPort. Code builds, but I get an...
sea2stl
Offline Send Email
Jul 3, 2003
1:17 am
655
Hiya, Many databases like DB2 use unique timestamps that have sub-second accuracy. In DB2's case, the sub-second accuracy is 6-digits. [The guarantee of...
richard_fanta
Offline Send Email
Jul 3, 2003
1:17 am
656
I am having difficulty running DTL 3.5.1 when linking with STLPort 4.5.3, especially when using the more advanced templates, such as IndexedDBView and ...
Aaron and Jean Laws
sea2stl
Offline Send Email
Jul 3, 2003
1:17 am
657
The latest version of DTL has been tested and run with VC 6, SP5 and STLport 4.5.3. So, it should run. If you take a look at the "example" project you will...
Corwin Joy
corwinjoy
Offline Send Email
Jul 3, 2003
1:27 am
658
If you look at the method BoundIO::GetColumnSize (BoundIO.cpp line 166) you will see a case that looks like this: case C_TIMESTAMP: case C_JTIME_C: return 19;...
Corwin Joy
corwinjoy
Offline Send Email
Jul 3, 2003
1:44 am
659
I am using STLPort 4.5.3, DTL 3.5.1, VC++ 6 SP5, Access 2000 example database. I think the problem has to do with multithreading. Due to the use of another...
sea2stl
Offline Send Email
Jul 3, 2003
2:14 pm
660
I compiled DTL with the standard STLport setting and everything runs just fine - no crashes no problems. Once I added the special "user config" settings you...
Corwin Joy
corwinjoy
Offline Send Email
Jul 4, 2003
5:56 am
661
Hi, I am trying call stored procedure through DTL and get the following error. Error Message: Unable to fetch statment "{call findByPointFromDate (?,?,?)}"SQL...
sgavade2000
Offline Send Email
Jul 10, 2003
12:44 am
662
Here is my guess on what is happening here. 1. For your VARCHAR2 parameter "date1" you are using a std::string to hold the value on the C++ side. 2. For some...
Corwin Joy
corwinjoy
Offline Send Email
Jul 10, 2003
7:02 pm
663
Hi, I tried cpl of more things the stored procedure works fine when invoked through SQL Plus. Stored Procedure works only with Number parameters(doesnt work...
sgavade2000
Offline Send Email
Jul 10, 2003
7:02 pm
664
The stored procedure should work fine with dates. (Although I don't know why your date in the previous example was declared as a VARCHAR2 rather than a DATE). ...
Corwin Joy
corwinjoy
Offline Send Email
Jul 10, 2003
7:12 pm
665
Hi Corwin, Regarding dates I am sorry I was calling it in wrong manner with date parameter hence it was not working. Its now working with number and dates as...
sgavade2000
Offline Send Email
Jul 11, 2003
10:13 pm
666
Hi Corwin, Thanks a lot for your response. I tried the approach 2 that you suggested but it did not work. Here is the stored procedure... FindByPoint ( ...
sgavade2000
Offline Send Email
Jul 11, 2003
10:14 pm
667
OK, looking at the query I think this has to do with the spatial data set you are trying to return + trying to use a variable length string. What I would...
Corwin Joy
corwinjoy
Offline Send Email
Jul 11, 2003
10:37 pm
668
I'm trying to run the example in visual C++ 6.0 with service pack 5 I get an error c2447. HELP....
edbmg2000
Offline Send Email
Jul 14, 2003
4:01 pm
669
This doesn't make much sense. We've tested with VC6 sp5 and it compiles fine. Are you using the example.dsw project we have set up? Can you give more details...
Corwin Joy
corwinjoy
Offline Send Email
Jul 14, 2003
4:12 pm
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
Messages 654 - 683 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