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 1884 - 1913 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1884
Hi, how are you? I have a question to make, how can i call an stored procedure dinamically. I mean how can i make a method that call every stored procedure it...
ynt_morales
Offline Send Email
Feb 2, 2006
7:06 pm
1885
Use sql_iterator. If you don't know the parameters at compile time you can use DynamicDBView with a sql_iterator. See the DTL docs on calling stored...
cjoy@...
corwinjoy
Offline Send Email
Feb 2, 2006
9:04 pm
1886
Hello! In void CountedPtr<SDWORD>::dispose() it should be not if (count != NULL && --*count == 0 && !no_delete) but if (count != NULL && --*count == 0) as in...
Артем ...
redart_98
Offline Send Email
Feb 6, 2006
7:31 pm
1887
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, intrested in getting...
datt_abases_gpss_168@...
datt_abases_...
Offline Send Email
Feb 7, 2006
1:23 am
1888
Yes, you are correct, the specialization is wrong here. It should indeed be the same as the general case. I will change this in CVS. Thanks for pointing this...
Corwin Joy
corwinjoy
Offline Send Email
Feb 7, 2006
1:32 am
1889
Hi group I've asked before, but got no answer. I have to call stored procedure several times with different parameters and read it's output (just a single...
gasior79
Offline Send Email
Feb 7, 2006
8:03 am
1890
Your best option is sticking with sql_iteraor::Reset() - it is smart enough to not have to re-prepare the statement when you wish to re-execute the query. All...
Gradman, Michael
cppguru777
Offline Send Email
Feb 7, 2006
1:14 pm
1891
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
datt_abases_gpss_168@...
datt_abases_...
Offline Send Email
Feb 21, 2006
6:45 pm
1892
Hello Here is another couple of bugs I've found in DTL. 1. In bind_basics.cpp SQLTCHAR* szTable = const_cast<SQLTCHAR*>(reinterpret_cast<const...
Артем ...
redart_98
Offline Send Email
Mar 1, 2006
6:05 pm
1893
Better yet, I would vote on DTL to be STLified. It would improve it's success even more. Examples are the MicrosoftLikeClasses and otherKindsOfNames, that are ...
Rodrigo Madera
rodrigo.madera
Offline Send Email
Mar 1, 2006
6:23 pm
1894
... Why can you not make it thread safe without moving the position of that parameter? I thought I had done so without moving it (in my own hacked version of...
Geoffrey Gowan
ggowan_2000
Offline Send Email
Mar 1, 2006
6:45 pm
1895
Well, actually I could, but the params before it where strange and really cryptic. So I moved it nearer so I wouldn't have to mess with the other ones. Rodrigo...
Rodrigo Madera
rodrigo.madera
Offline Send Email
Mar 1, 2006
6:53 pm
1896
Hi! ... Because you need a unique instance of Connection object in each thread and should specify it in each DBView constructor. And it is very inconvenient,...
 
redart_98
Offline Send Email
Mar 1, 2006
6:57 pm
1897
Yes, it's probably time to make another minor bug fix release. I need to fix these two items + the memory leak bug pointed out a couple weeks ago for the...
Corwin Joy
corwinjoy
Offline Send Email
Mar 2, 2006
1:01 am
1898
I have Borland c++builderX and Dev-c++ as compilers. Will these work with DTL? I'm getting Fatal: Unable to open file 'DTLDBCB6.LIB' I have the...
cstrader232
Offline Send Email
Mar 2, 2006
3:56 am
1899
... Since I created new makefiles for borland compilers I would like to know how did you try to test the DTL? The thing is I do not have CBuilderX so I could...
Darko Miletic
kiklop_74
Offline Send Email
Mar 2, 2006
12:08 pm
1900
Hi. I'm not sure how to compile the .mak file to create a .lib file. Can you explain this procedure to me, or direct me to a link? thanks! ... work ... file...
cstrader232
Offline Send Email
Mar 2, 2006
1:08 pm
1901
... It is not complex at all. Open the DTLbcb6.mak in some text editor. At the top of the file locate BCCROOT variable. It loooks something like this: ...
Darko Miletic
kiklop_74
Offline Send Email
Mar 2, 2006
1:47 pm
1902
Thank you!!... but make is now asking for .obj files... boundio.obj, VariantException.obj, etc. Will I have to create them first? - In...
cstrader232
Offline Send Email
Mar 2, 2006
2:50 pm
1903
... This is strange. It should all work automatic. Do you have bcc/Debug or bcc/Release folder in DTL folder with obj files inside? ... avast! Antivirus:...
Darko Miletic
kiklop_74
Offline Send Email
Mar 2, 2006
3:10 pm
1904
NO, I didn't get any .obj files with my download. I downloaded DTL SOurcecode and docs from: https://sourceforge.net/project/showfiles.php? ...
cstrader232
Offline Send Email
Mar 2, 2006
4:02 pm
1905
... OK I see that something is missing here. 1. Did you execute from command prompt this command: make -f DTLbcb6.mak 2. If you did what was the response? To...
Darko Miletic
kiklop_74
Offline Send Email
Mar 2, 2006
4:45 pm
1906
Hi. Please forgive me if I am being dense. I'm not sure if this is simply a path problem, or if it's something more. I am in my root directory c:\. The...
cstrader232
Offline Send Email
Mar 2, 2006
5:02 pm
1907
... The problem is here. BCCROOT can not have value of c:\ You should put a full path where your CBuilderx\bin is located. ... avast! Antivirus: Outbound...
Darko Miletic
kiklop_74
Offline Send Email
Mar 2, 2006
5:52 pm
1908
... your...
cstrader232
Offline Send Email
Mar 2, 2006
6:44 pm
1909
Sorry, the library now exists (dtldbcb6.lib: 5825kb). THANKYOU! But the compiler is still missing something... ilink32 -D -ap -Tpe -x -Gn -v...
cstrader232
Offline Send Email
Mar 2, 2006
6:47 pm
1910
... You are missing odbc32.lib that contains odbc functions. You should add C:\CBuilderX\lib\PSDK to the list of library folders because odbc32.lib is located...
Darko Miletic
kiklop_74
Offline Send Email
Mar 2, 2006
7:42 pm
1911
I'm getting closer I hope. Still some libraries missing: Thanks for your patience! ilink32 -D -ap -Tpe -x -Gn -v -L"c:\cbuilderx\lib\psdk, C:\CBuilderX\lib"...
cstrader232
Offline Send Email
Mar 2, 2006
8:21 pm
1912
OK, I'm learning something! I figured out it was another makefile that I needed to do to get the .obj files for DTL itself. It almost compiles now, but in...
cstrader232
Offline Send Email
Mar 2, 2006
9:06 pm
1913
I'm using DTL for the first time. I've selected the screen where I can choose a database. No matter what kind of file I try to open or even if I create a new...
cstrader232
Offline Send Email
Mar 2, 2006
10:59 pm
Messages 1884 - 1913 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