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 to share photos of your group with the world? 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 1361 - 1390 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1361
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...
yairinbal
Offline Send Email
Feb 1, 2005
8:43 pm
1362
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...
Paul
elegant_dice
Online Now Send Email
Feb 2, 2005
12:18 am
1363
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....
cjoy@...
corwinjoy
Offline Send Email
Feb 2, 2005
4:25 pm
1364
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...
Brian
probe_us
Online Now Send Email
Feb 11, 2005
9:05 pm
1365
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...
Brian
probe_us
Online Now Send Email
Feb 11, 2005
9:17 pm
1366
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...
Corwin Joy
corwinjoy
Offline Send Email
Feb 12, 2005
8:16 am
1367
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 ... ...
Brian
probe_us
Online Now Send Email
Feb 12, 2005
4:44 pm
1368
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 Miletic
kiklop741
Offline Send Email
Feb 16, 2005
4:25 am
1369
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...
Corwin Joy
corwinjoy
Offline Send Email
Feb 16, 2005
4:31 am
1370
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 ...
Darko Miletic
kiklop741
Offline Send Email
Feb 16, 2005
2:53 pm
1371
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...
Brian
probe_us
Online Now Send Email
Feb 16, 2005
4:00 pm
1372
"to not get LOCKING" to happen. Not "READS to happen" Just wouldn't be me if I didn't reply to my own posts :) Brian ... curious ... potentially...
Brian
probe_us
Online Now Send Email
Feb 16, 2005
4:02 pm
1373
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...
cjoy@...
corwinjoy
Offline Send Email
Feb 16, 2005
4:28 pm
1374
How do I retrieve table names from a DB using DTL? Thanks...
jmartins_99
Offline Send Email
Feb 17, 2005
12:56 am
1375
... Um, RTFM: http://dtemplatelib.sourceforge.net/ODBCCatalog.htm...
Corwin Joy
corwinjoy
Offline Send Email
Feb 17, 2005
4:13 am
1376
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...
evilded2002
Offline Send Email
Feb 17, 2005
7:35 pm
1377
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...
cjoy@...
corwinjoy
Offline Send Email
Feb 18, 2005
3:55 am
1378
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...
Robert Bielik
robert_bielik
Offline Send Email
Feb 18, 2005
8:21 am
1379
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...
Robert Bielik
robert_bielik
Offline Send Email
Feb 18, 2005
10:23 am
1380
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...
evilded2002
Offline Send Email
Feb 18, 2005
3:31 pm
1381
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...
cjoy@...
corwinjoy
Offline Send Email
Feb 18, 2005
4:46 pm
1382
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"....
Robert Bielik
robert_bielik
Offline Send Email
Feb 23, 2005
2:05 pm
1383
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...
news_holger
Offline Send Email
Feb 24, 2005
4:12 pm
1384
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...
cjoy@...
corwinjoy
Offline Send Email
Feb 24, 2005
5:57 pm
1385
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...
Send Email
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=.......
news_holger
Offline Send Email
Feb 25, 2005
10:35 am
1387
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...
tim_der_krabbenzuechter
tim_der_krab...
Offline Send Email
Feb 28, 2005
1:14 pm
1388
... 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. ...
Corwin Joy
corwinjoy
Offline Send Email
Feb 28, 2005
2:54 pm
1389
Hi Corwin, ... please ... Done! Perl-script and table.h for n=50 comes with private mail. Best, Tim...
tim_der_krabbenzuechter
tim_der_krab...
Offline Send Email
Feb 28, 2005
6:21 pm
1390
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...
tim_der_krabbenzuechter
tim_der_krab...
Offline Send Email
Feb 28, 2005
6:21 pm
Messages 1361 - 1390 of 2478   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