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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1892 - 1921 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1914
Charles, 1. Take a look at the ReadMeBorland.htm file. 2. I don't use Borland all that much so I can't be as helpful as I would like but here is a summary: a....
Corwin Joy
corwinjoy
Offline Send Email
Mar 3, 2006
4:18 am
1915
OK. From the error message I'm guessing that you are trying to run the "example" project. This example runs versus a sample database schema. Look in...
cjoy@...
corwinjoy
Offline Send Email
Mar 3, 2006
6:40 pm
1916
Thanks Corwin! That helps me... I definitely got farther trying to open that database... I need a tutorial on database sharing (what's a data source name file...
cstrader232
Offline Send Email
Mar 3, 2006
8:09 pm
1917
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
Mar 4, 2006
7:36 am
1918
I use the insert_iterator to add a row to a database. One of the fields in the table is an autonumber in access, so when I do the insert this field is...
bbransom
Offline Send Email
Mar 8, 2006
3:33 pm
1919
Search the mail archives here for several discussions on autonumber. Generally: 1. We recommend you generate the autonumber key yourself or via a standard...
cjoy@...
corwinjoy
Offline Send Email
Mar 8, 2006
6:17 pm
1920
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
Mar 13, 2006
4:59 pm
1921
I know you can get a list of all of the Columns using DynamicDBView, but how do you get the types for each of those columns?? Thanks....
dtldummy
Offline Send Email
Mar 16, 2006
8:42 pm
Messages 1892 - 1921 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