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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 909 - 938 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
909
... the ... on that Destructor??? Release destructs the connection??? I really did not know about it. I have thought about default connection as about static...
mkochetkov
Offline Send Email
Apr 1, 2004
10:24 am
910
... OK ... Its just legacy on how we defined the member pConn in DBStmt. This could probably be defined as const DBConnection *pConn; rather than const...
Corwin Joy
corwinjoy
Offline Send Email
Apr 1, 2004
8:23 pm
911
Hello, I have the following question: what are time constraints for you to implement the format facility for dates to string conversions? I see that almost...
mkochetkov
Offline Send Email
Apr 6, 2004
8:47 pm
912
I have found that asctime and gmtime give different behaviors by platform and hence are "unreliable" for portable code. The routine jul2strtm is really only...
Corwin Joy
corwinjoy
Offline Send Email
Apr 6, 2004
9:43 pm
913
Hi, I'm trying to get the example code working. Currently I'm getting a DBConnection exception reporting IM002: Exception type: DBException Method:...
huwdlloyd
Offline Send Email
Apr 7, 2004
9:31 am
914
So, I've got the connection working. The example now fails at: !!!!!!!!!!!!!!!!!!!!! Begin Example SimpleDynamicWhere() !!!!!!!!!!!!!!!!!!!! Reading objects...
huwdlloyd
Offline Send Email
Apr 7, 2004
10:13 am
915
... Not sure my previous post was sent. Here it is again: The problem was a simple library path problem. ... It might be helpful if this is mentioned...
huwdlloyd
Offline Send Email
Apr 7, 2004
10:20 am
916
... Ok I've fixed it. Simple case of not seeing the library path. i.e LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib export LD_LIBRARY_PATH Huw....
huwdlloyd
Offline Send Email
Apr 7, 2004
10:30 am
917
... platform ... I believe your experience but it is very strange. The new and ancient ISO C standards do require them to behave identically. ... jtime_t or ...
mkochetkov
Offline Send Email
Apr 7, 2004
10:51 am
918
I don't know of such a bug. I will try some tests with MySQL and see if I can reproduce this. Corwin...
Corwin Joy
corwinjoy
Offline Send Email
Apr 7, 2004
6:38 pm
919
OK. I will modify the ReadMeLinux.htm to make this more clear. Corwin...
Corwin Joy
corwinjoy
Offline Send Email
Apr 7, 2004
7:42 pm
920
I just ran a quick test under cygwin using gcc 3.1 and the 3.51 version of the MyODBC driver and everything runs fine. So, if this is crashing it must be...
Corwin Joy
corwinjoy
Offline Send Email
Apr 8, 2004
2:44 am
921
Am using gcc version 3.3 20030226 (prerelease) (SuSE Linux). Will be happy to run some exe's that you've built, if it helps. I haven't looked into the problem...
huwdlloyd
Offline Send Email
Apr 8, 2004
9:12 am
922
Hello, I use jtime_c the way that it is supposed it keeps local time. I believe I can convert it to GMT pretty reliable way: jtime_c -> dtl::timestamp_t -> tm...
mkochetkov
Offline Send Email
Apr 8, 2004
3:30 pm
923
... This conversion is not correct. It just so happens that jtime_t is a long and counts seconds since 1970 which is what the M$ time_t representation does (I...
Corwin Joy
corwinjoy
Offline Send Email
Apr 8, 2004
11:35 pm
924
... Then ... jtime_c. ... this ... a long ... representation To be honest it is not MS but ISO/IEC. ... I was unable to find out a proper sequence. Tm is...
mkochetkov
Offline Send Email
Apr 9, 2004
9:43 am
925
I am in a jam. I have been struggling on and off with this problem for a while. Now I'm close to delivery, and I can't seem to shake this problem. Here is...
sea2stl
Offline Send Email
Apr 9, 2004
1:02 pm
926
In general what is happening is that the select_update_iterator takes the old value for the row that you give it (itRec_) and then tries to update the row with...
Corwin Joy
corwinjoy
Offline Send Email
Apr 9, 2004
6:53 pm
927
Hello, I would appreciate any help with the following task. I have MS SQL Server and example "Example: Use of MoreResults() with a stored procedure" from...
mkochetkov
Offline Send Email
Apr 9, 2004
7:54 pm
928
I don't understand what your question is here. Take a look at StoredProcReadTestParm() in example/StoredProc.cpp. It sounds like you want to do something more...
Corwin Joy
corwinjoy
Offline Send Email
Apr 9, 2004
9:54 pm
929
I take back the example I gave below. Although it works in theory, when I tested it on SQL server it does not work in practice. The problem is that for a...
Corwin Joy
corwinjoy
Offline Send Email
Apr 10, 2004
2:13 am
930
... It looks like dtl tries to execute query not having bound the input and output parameters. ... It was too late and ability to speak English has completely...
mkochetkov
Offline Send Email
Apr 10, 2004
11:59 am
931
The code snippet came from a public method called update(). This problem only occurs when I call update() from the destructor (I wanted to do a final update...
sea2stl
Offline Send Email
Apr 10, 2004
4:57 pm
932
... That is the error message you get, but actually DTL is not executing the query. All it does is prepare the query and call SQLNumResultCols (you can put a...
Corwin Joy
corwinjoy
Offline Send Email
Apr 10, 2004
5:12 pm
933
... Yes, if you closed the connection or destroyed the original iterator either of these could cause an update to fail. ... Thanks!...
Corwin Joy
corwinjoy
Offline Send Email
Apr 10, 2004
5:17 pm
934
... understand ... procedure. ... stored ... on this one. Thank you for your efforts. I have just checked out MS site and have found the following information....
mkochetkov
Offline Send Email
Apr 11, 2004
10:17 pm
935
I'm not sure I understand your point in this last example here. This is the exact reference and sample ODBC code we give in the DTL docs for running stored...
Corwin Joy
corwinjoy
Offline Send Email
Apr 12, 2004
12:23 am
936
... It was the exact example from MS documentation. ... Yes, I believe we are talking about the same thing. ... I know about input and output parameters and...
mkochetkov
Offline Send Email
Apr 12, 2004
10:36 am
937
... you ... Corwin, I would like to hear your comments on the following code, please. It illustrates the general idea I am going to use dtl to handle MS SQL...
mkochetkov
Offline Send Email
Apr 12, 2004
12:51 pm
938
What you suggest below could work. In practice, I think it is a lot easier to just use a DBView and provide it the BCA and or BPA to tell it what parameters to...
Corwin Joy
corwinjoy
Offline Send Email
Apr 12, 2004
7:16 pm
Messages 909 - 938 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