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 your group to be featured on the Yahoo! Groups website? 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 2174 - 2281 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2174
Hi, I followed the instructions for using DTL thru cygwin I do sh build-all.sh which though getting 'no getopt command found' successfully built libDTL.a for...
rudhir5678
Offline Send Email
Mar 3, 2007
7:37 am
2175
To create more complex queries I'm now looking at SQLpp http:// sourceforge.net/projects/sqlpp/ (I'm very interested in other similar tools should you have any...
Robert Bielik
robert_bielik
Offline Send Email
Mar 5, 2007
2:43 pm
2176
Can you list the errors you are getting? It almost sounds like you may not have the ODBC headers... ... From: rudhir5678 To:...
Corwin Joy
corwinjoy
Offline Send Email
Mar 6, 2007
1:05 pm
2177
Hre is the list of errors: command : g++ -lDTL -lodbc -o pars pars.cpp >3error.txt output::: In file included from...
Rudhir Gupta
rudhir5678
Offline Send Email
Mar 7, 2007
8:38 am
2178
OK. These types are all defined in windows.h which dtl should include before including sqltypes.h. So, I'm not sure why you are getting this. They may have...
Corwin Joy
corwinjoy
Offline Send Email
Mar 7, 2007
1:17 pm
2183
Hello, Using DTL how we can stop the execution of current query? I have fired a query to the database. This query is taking lot of time to extract data from...
Prakash
pakya_chopade
Offline Send Email
Mar 21, 2007
6:42 am
2184
Hello Corwin, Sorry that it took so long for me to get back to this. I've had to postpone work on this project. Just wanted to say thanks for researching this...
rogerdahl9432012
rogerdahl943...
Offline Send Email
Mar 21, 2007
7:08 am
2185
I have stumbled at this point with DTL3.6.10, too. The workaround I took was removing the duplicated "DTL_GENERIC_BIND_OPERATORS(STD_::wstring);" in BoundIO.h....
rc_hideaki_kimura
rc_hideaki_k...
Offline Send Email
Mar 29, 2007
6:24 am
2186
I have stumbled at this point with DTL3.6.10, too. The workaround I took was removing the duplicated "DTL_GENERIC_BIND_OPERATORS(STD_::wstring);" in BoundIO.h....
rc_hideaki_kimura
rc_hideaki_k...
Offline Send Email
Mar 29, 2007
6:26 am
2187
I have stumbled at this point with DTL3.6.10, too. The workaround I took was removing the duplicated "DTL_GENERIC_BIND_OPERATORS(STD_::wstring);" in BoundIO.h....
rc_hideaki_kimura
rc_hideaki_k...
Offline Send Email
Mar 29, 2007
6:34 am
2188
I have stumbled at this point with DTL3.6.10, too. The workaround I took was removing the duplicated "DTL_GENERIC_BIND_OPERATORS(STD_::wstring);" in BoundIO.h....
rc_hideaki_kimura
rc_hideaki_k...
Offline Send Email
Mar 29, 2007
6:50 am
2189
I have stumbled at this point with DTL3.6.10, too. The workaround I took was removing the duplicated "DTL_GENERIC_BIND_OPERATORS(STD_::wstring);" in BoundIO.h....
rc_hideaki_kimura
rc_hideaki_k...
Offline Send Email
Mar 29, 2007
7:08 am
2190
I have stumbled at this point with DTL3.6.10, too. The workaround I took was removing the duplicated "DTL_GENERIC_BIND_OPERATORS(STD_::wstring);" in BoundIO.h....
rc_hideaki_kimura
rc_hideaki_k...
Offline Send Email
Mar 29, 2007
7:45 am
2192
Hi all, I am migrating a win32 project to x64 OS platform via VC8 recently. One issue is, type SQLLEN is not supported, and were recommanded to use SQLINTEGER...
notcpip
Offline Send Email
Apr 3, 2007
8:36 pm
2193
Hi How do I use connection.beginTransaction() and connection.endTransaction() using dtl. I am not getting beginTransaction() method on connection object. Can u...
Prakash
pakya_chopade
Offline Send Email
Apr 4, 2007
7:08 am
2194
In DTL transactions are all done using try catch on the connection object since ODBC only supports transactions at the connection level. So generically it will...
cjoy@...
corwinjoy
Offline Send Email
Apr 4, 2007
7:39 pm
2195
Hi All, I successfully built the DTL 3.6.4 source & sample projects in VS2005 for X64 platform. However, when I run the DTL sample project on the X64 platform...
msvenx
Offline Send Email
Apr 10, 2007
10:42 pm
2196
This looks like even the first example, TableStructExample, is not running correctly since that should be returning results. 1. You did setup the schema and...
Corwin Joy
corwinjoy
Offline Send Email
Apr 11, 2007
1:12 am
2197
Yes I did not insert the data into the tables. However, I now have schema set as per the readme file. I copied the schema along with the data from the access...
Venkat
msvenx
Offline Send Email
Apr 11, 2007
8:06 pm
2198
OK. It is hard for me to say exactly what the problem is without tracing it on a x64 box which I don't have access to. But, it sounds like the problem is with...
Corwin Joy
corwinjoy
Offline Send Email
Apr 12, 2007
2:47 am
2199
Hi, I am getting another crash with the 64 bit port of DTL in Windows. It is a "Run-Time Check Failure #2 - Stack around the variable 'iLen' was corrupted." ...
msvenx
Offline Send Email
Apr 12, 2007
4:31 am
2200
I would recommend running the port through either BoundsChecker or Purify to make sure that no memory errors are happening under the 64 bit version since that...
Corwin Joy
corwinjoy
Offline Send Email
Apr 12, 2007
1:43 pm
2202
Hello, We have two dlls A.dll and B.dll. In A.dll we have added a class DatabaseConnection. This class has a method, ConnectToDatabase() which connects to the...
Prakash
pakya_chopade
Offline Send Email
Apr 21, 2007
11:13 am
2203
Here are a couple ideas: 1. Just pass the connection object explicitly. We have named arguments syntax that makes this pretty easy as shown in the DynamicCopy...
Corwin Joy
corwinjoy
Offline Send Email
Apr 22, 2007
12:35 am
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
Messages 2174 - 2281 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