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 2226 - 2395 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2226
Hi, Suppose I have some DBView that execution of it should bring more that one objects (say m_view). In my code I execute such view in this way : ...
sjulia_st
Offline Send Email
Jun 7, 2007
12:47 pm
2227
Yes. What you want is bulk_copy http://dtemplatelib.sourceforge.net/bulk_copy.htm This fetches a block of records from the database and is about 10-100x...
Corwin Joy
corwinjoy
Offline Send Email
Jun 9, 2007
2:36 am
2267
Hi Corvin, group I've run into one problem and i cannot find a solution. I am trying to do DB backups from my app, that uses DTL. When i execute simple SQL:...
gasior79
Offline Send Email
Jul 16, 2007
9:38 pm
2273
Sorry. I have no idea what could be causing this. My only advice here is to try running it two ways. 1. Using DBStmt. 2. Using SQLIterator. Just maybe it could...
Corwin Joy
corwinjoy
Offline Send Email
Jul 20, 2007
7:15 am
2274
Hi I think I've solved it. BACKUP DATABASE is displaying message that Backup was successful or not. I have to add SqlIterator.MoreResults() to read it - and it...
Maciej GÄ…siorowski
gasior79
Offline Send Email
Jul 20, 2007
8:19 am
2281
Hello I have the following Store procedure (This is only example that demonstrate the problem): create PROCEDURE multi_result_test @p1 Int AS BEGIN select...
regevmoti
Offline Send Email
Aug 26, 2007
1:07 pm
2282
From the error message, it looks like what is happening is that inside your stored procedure you have an initial result set with 4 columns, and then a second...
Corwin Joy
corwinjoy
Offline Send Email
Aug 27, 2007
3:16 pm
2296
Hi All, I am getting this exception with my VC++ client app using DTL 3.5.1 with MS SQL Server 2005. Exception type: ValidityException Method:...
msvenx
Offline Send Email
Oct 19, 2007
6:43 pm
2304
Broadly, I think that a DBStmt can go invalid if it has problems executing or gets into an invalid intermediate intermediate state. You should get a sql error...
Corwin Joy
corwinjoy
Offline Send Email
Oct 22, 2007
3:50 pm
2323
Sqlstring.com is your gateway to the best sites on the Internet for sql tutorials! Looking for Computers, Technology, or Domain Names? Browse our recommended...
helpingss_1
Offline Send Email
Nov 5, 2007
5:33 am
2325
Hi, I try to compile the example program under x86_64 Red hat Linux box with unixODBC. When I run the command "sh build.sh", it gives me an error message: ...
Kev
chkev2001
Offline Send Email
Nov 7, 2007
8:50 am
2326
Hi, this time, I try to compile the DTL example program under window XP with MSVC2005, I can build the DTL porject (DTL.lib) successfully (with lots of...
Kev
chkev2001
Offline Send Email
Nov 7, 2007
10:08 am
2331
Make sure that you built dtl.lib and the example program using the same microsoft runtime C library. For example msvcprtd.lib stands for the microsoft visual...
Corwin Joy
corwinjoy
Offline Send Email
Nov 10, 2007
10:50 pm
2332
I'm not really sure since I haven't done x64 stuff on Linux but don't you want to remove the -march=i686 flag since that is 32 bit architecture flag? ... ...
Corwin Joy
corwinjoy
Offline Send Email
Nov 10, 2007
10:53 pm
2334
Ok,.. This time I remove the "-march=i686 flag" by editting the file config/linux-i686-gcc.inc,then remove the line: "CC += -march=i686" ...but the compiler...
Kev
chkev2001
Offline Send Email
Nov 12, 2007
3:15 am
2352
Hi, I try to build dtl with ia64 linux box, but without success... first, I try to run the build script as: ...
Kev
chkev2001
Offline Send Email
Dec 7, 2007
2:37 am
2355
Hi Kev, DTL has been run before on 64 bit solaris so I think what you are seeing is just collisions with how pointers get defined under ia64. Probably your...
Corwin Joy
corwinjoy
Offline Send Email
Dec 7, 2007
3:41 pm
2361
Hi, I am newbie for DTL and I would like to use this library with UNICODE support, and I found this link http://dtemplatelib.sourceforge.net/Unicode.htm and...
gummamalli
Offline Send Email
Dec 13, 2007
3:09 am
2362
Sent via BlackBerry from T-Mobile ... From: "gummamalli" <gummamalli@...> Date: Thu, 13 Dec 2007 03:09:52 To:DatabaseTemplateLibrary@yahoogroups.com ...
RMcCardell@...
robertmccardell
Offline Send Email
Dec 13, 2007
4:27 am
2363
Üphgthgthiukugfngktfrdv:bggn. Sent via BlackBerry from T-Mobile ... From: rmccardell@... Date: Thu, 13 Dec 2007 04:27:48 ...
RMcCardell@...
robertmccardell
Offline Send Email
Dec 13, 2007
4:29 am
2365
Take a look at the tests directory. All of the tests in here use UNICODE strings in their build. To enable Unicode you will need to set two pre-processor...
Corwin Joy
corwinjoy
Offline Send Email
Dec 16, 2007
7:31 am
2387
I don't know if anyone even bothers reading this list anymore, because it has been deluged with spam. Is there any way to get all the spam filtered out on the...
Moshe Matitya
mmatitya
Offline Send Email
Feb 4, 2008
11:33 am
2388
In theory, Yahoo has some spam filters, but spam bombers keep coming in and having at it and create new aliases faster than I can ban them. Annoying. ... From:...
Corwin Joy
corwinjoy
Offline Send Email
Feb 4, 2008
3:02 pm
2389
OK. I've now changed it to moderate new members. Hopefully that will stop some of this nonsense. ... From: Moshe Matitya To:...
Corwin Joy
corwinjoy
Offline Send Email
Feb 4, 2008
3:15 pm
2390
Hi, I've got a problem I can't narrow down for days. In a small test project I can use dtl without any problems. Inside my current project I alwas get the...
pimiento333
Offline Send Email
Mar 12, 2008
2:49 am
2391
tstring is just an alias for std::string if unicode is not defined. Here it wants a reference to a std::string so just give a std::string explicitly. tstring...
Corwin Joy
corwinjoy
Offline Send Email
Mar 12, 2008
2:55 am
2392
This is a repost since my first message two weeks ago seems to have been swallowed by the moderation queue or something. I'm trying to compile the DTL 3.6.10...
buschnick
Offline Send Email
May 15, 2008
7:39 pm
2393
Hi, I went ahead and had a go compiling DTL under gcc 4.1.2 on redhat linux and got the same error. This is just gcc being stupid and not recognizing member...
Corwin Joy
corwinjoy
Offline Send Email
May 15, 2008
9:00 pm
2394
I have added a pre-release of 3.6.11 which fixes the latest gcc 4.1.2 compile errors you mentioned. It can be found at: ...
Corwin Joy
corwinjoy
Offline Send Email
May 15, 2008
10:21 pm
2395
Recover From Drop or Delete or Truncate Table in Oracle Database It is common to hear that I accidentally deleted a table. Now how I can get back my table? Or...
m arju
a_arju
Offline Send Email
May 16, 2008
10:57 am
Messages 2226 - 2395 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