Hi, My application will have tables with milions of rows. Will DTL have stability problem/performance problem with large-scale of data? Do you know if it has...
Hi Yair, My product is commercial, but it doesn't have millions of table rows. usually in open source, someone like you will come along and either: - prove it...
We developed DTL for use on an in-house commercial project in the finance/trading area and decided to release it as open source so that others could benefit....
Hey all, I am creating a connection eveytime a method is called. It works great. Our app doesn't work well with the global connection. My question is that I...
I should probably give more information. I am not really executing through the DBStmt. How would I set a timeout on my query using this code. Note, GetView...
The problem here is that for bulk fetches we reset all the statement attributes before we fetch which is wiping out any custom attributes you are setting. The...
Thanks for the reply. I have made this change in the DTL and it appears to work. Thanks a lot. I think you can check it in! Brian ... statement ... ...
Hi to all of you, I have been tracking development of DTL for quite some time. Now for the first time I started to use DTL in real full featured product. In...
Darko, Thanks for this, these are very helpful suggestions since I am not a big expert on the Borland compiler and don't use it all that much. Also, the BCB6...
Here is the set of new and updated files for DTL 3.67 1. Updated file dtl_config.h Changes are like this: a) updated section with TYPENAME_IN_TEMPLATE_PARAMS ...
Does DTL do any sort of locking or transactioning by default when reading? We are seeing some weird things over here and are curious if there is something we...
We don't explicitly set any locks in DTL. One thing to note that we do with SQL server is that by default we use server side cursors when we create a cursor...
Hello there, I used to use a previous version of DTL it was one of the later versions of 2003 that I used. I have an application that this worked flawlessly...
Sorry, but it is hard for me to say what your problem is without seeing a more detailed list of errors. The only thing that I can tell you is that if you are...
Hi, I'm trying to use DTL to retrieve a .zip file from a data table (Oracle 9i db) and for a 1.4 MB file it takes as much as 2 seconds!! Extracting the same...
Finally I got this down to ~0.25 secs by extracting the HDBC from DTL and executing an SQL statement, then retrieving the data using SQLGetData with large...
Agreed, however as instructed I disoem closer scrutinizing and found that indeed you were right some how the debug lib I was trying to create was set to...
Hmmm. I don't know. Like I said, the only thing I can think to check is to confirm which runtime library your winsock library is expecting. Sometimes vendors...
I've tried using DTL with the SQLite ODBC driver and it works fine as soon as I try to store a blob. Big bara boom!! I get the error "no memory for parameter"....
Hi, maybe i am too stupid, but the updated files seem to be missing: Attachment (not stored) dtl_update.zip Type: application/x-zip-compressed Could you please...
The yahoo group does not save attachments. I will add the files to the files section this evening as a short term fix until I can find time to make a new...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the DatabaseTemplateLibrary group. File :...
DatabaseTemplateLibra...
Feb 25, 2005 12:25 am
1386
Hi, thanks for the upload. I checked this using BCB6 and found a small typo in borland_example_mt.mak: the line CFLAGS=.... -tWM -Gn should read CFLAGS=.......
Hello, First of all: Great Library, it's a pleasure to work with it. It's very convinient to work with the DTL_STRUCTN macros (I don't use DTL_TABLEN because...
... It's true. I wrote this expecting to use the DTL_TABLEN macros but I found that in practice I almost always use DTL_STRUCTN since I want to tweak things. ...
Hello, First of all: Great Library, it's a pleasure to work with it. It's very convinient to work with the DTL_STRUCTN macros (I don't use DTL_TABLEN because...