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 1813 - 1842 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1813
Hi Paul, I have a simlpe exe that calls getdefaultconnection.connect. The exe then calls a dll. The Dll calls getdefaultconnection.SetAutoCommit(true); program...
Kevin Morrison
morrisok
Offline Send Email
Dec 2, 2005
9:16 am
1814
Hi Kevin, I think this is weird. I have a DLL that calls the dtl.DLL connect, and I have plenty of other DLLs that then use that connection. Are you sure they...
Paul
elegant_dice
Online Now Send Email
Dec 2, 2005
3:35 pm
1815
... Are you thinking that he doesn't have the cpp file included in each build? If the obj file produced from the cpp file is linked in when producing both the...
Geoffrey Gowan
ggowan_2000
Offline Send Email
Dec 2, 2005
7:29 pm
1816
... You are right, the DTL library should only be STATICALLY linked once (.lib, .a, etc). It can be dynamically linked many times (.dll). IIRC, its actually...
Paul
elegant_dice
Online Now Send Email
Dec 3, 2005
8:58 am
1817
Hi Kevin, Get your problem fixed? cheers, Paul...
Paul
elegant_dice
Online Now Send Email
Dec 6, 2005
9:07 am
1818
Hi Paul, I think I understand the problem a bit better now, I have all my dll's and exe's statically linking with dtl.lib, I believe this is what is causing...
Kevin Morrison
morrisok
Offline Send Email
Dec 6, 2005
3:30 pm
1819
Hi Kevin, Yeah you are right! Another nice open question! In my experience, I don't share DLLs with other applications. Maybe I would if I were writing...
Paul
elegant_dice
Online Now Send Email
Dec 7, 2005
12:06 am
1820
Hi Guys, I am unable to delete a number of fields in a record, I don't think I am doing anything too clever, here is the code I am using, what am I doing...
Kevin Morrison
morrisok
Offline Send Email
Dec 8, 2005
4:45 pm
1821
Kevin, In short, you are using delete_iterator the wrong way. Take a look at the docs again: http://dtemplatelib.sourceforge.net/delete_iterator.htm Basically,...
cjoy@...
corwinjoy
Offline Send Email
Dec 8, 2005
11:51 pm
1822
Hi Corwin, I don't think I am using the where clause for the delete, just for the select. Although I am using the same args. I have tried with using different...
Kevin Morrison
morrisok
Offline Send Email
Dec 9, 2005
9:14 am
1823
OK. Maybe we need some clarification of database terminology here: 1. The delete iterator deletes an entire row from the database. It does this by executing a...
Corwin Joy
corwinjoy
Offline Send Email
Dec 12, 2005
4:34 am
1824
Ahhh, suddenly everything becomes clear. That would be the main part of the confusion then. I'll try using the update iter instead. Sorry for the...
Kevin Morrison
morrisok
Offline Send Email
Dec 12, 2005
8:47 am
1825
Hi, I found this post which I thought might have solved my current problem, it doesn't seem to have and I am not sure why. I am using MS Access and trying to...
Kevin Morrison
morrisok
Offline Send Email
Dec 14, 2005
2:10 pm
1826
It could be a problem with nullable<>, I forget if we have finally cleared up one of the problems with the way the backend handles the validation step. Check...
Paul
elegant_dice
Online Now Send Email
Dec 15, 2005
2:02 am
1827
Hi Paul, Works fine on basic types, just the blobs as far as I can tell. Could this be a problem with nullable<> or blob? Any other suggestions? All help very...
Kevin Morrison
morrisok
Offline Send Email
Dec 15, 2005
9:28 am
1828
could be the comparisons. I know nullable has (or had?) problems with std::strings because either the DTL or the ODBC driver doesn't know the difference...
Paul
elegant_dice
Online Now Send Email
Dec 15, 2005
10:29 am
1829
OK. Here are my thougts: 1. If you are assigning a blob via assign(size_t(0),0) I'm not sure what the database will get without testing. Either it will be: A....
cjoy@...
corwinjoy
Offline Send Email
Dec 15, 2005
9:16 pm
1830
Hi Corwin That was my first thought, however when doing that I get an exception about "Parameter binding failed for parameter #1" with "Invalid precision...
Kevin Morrison
morrisok
Offline Send Email
Dec 16, 2005
8:57 am
1831
Hello! I'm a satisfied user of DTL and found it an invaluable tool. Thanks alot! Now i have the need to synchronize two databases on two hosts, the database ...
peter.schaefer@...
pschaefer99
Offline Send Email
Dec 16, 2005
6:14 pm
1832
In general, what you want to do is going to depend on how you need to synchronize things. The only thing I would recommend is that you try to split this up...
cjoy@...
corwinjoy
Offline Send Email
Dec 16, 2005
8:00 pm
1833
Hello! Sorry, if this mail comes through two times, i have some problems with my mail provider and swapped accounts... ... Many thanks for your example code. I...
Peter Schaefer-Hutter
schaefer.hutter@...
Send Email
Dec 19, 2005
10:21 pm
1834
Hello! ( Sorry, if this mail comes through two times, i have some problems with my mail provider and swapped accounts... ) I've got my table sync basically...
Peter Schaefer-Hutter
schaefer.hutter@...
Send Email
Dec 19, 2005
10:24 pm
1835
... Many thanks for your example code. I did it the very slow way like that below. However, i have one question left regarding these lines: rsi = rmt2.begin();...
Peter Schaefer
pschaefer99
Offline Send Email
Dec 20, 2005
5:02 am
1836
Peter, The second time you make the assignment rsi = rmt2.begin(); The iterator will be smart and just Reset() the statement rather than doing a full...
Corwin Joy
corwinjoy
Offline Send Email
Dec 20, 2005
6:00 am
1837
Peter, You have a couple choices here: A. You can change the default binding for std::string to use LONG_VARCHAR. Basically this is set by 2 functions in...
Corwin Joy
corwinjoy
Offline Send Email
Dec 20, 2005
6:24 am
1838
Hello to all. This is my first post to the group. I have been using DTL for two months now. I´ve got only one thing to say about it: fantastic!!. It should...
rodrigo.madera
Offline Send Email
Dec 22, 2005
10:02 pm
1839
... Hi Rodrigo, ... Glad you like it :) ... sounds like what i've got ... in my opinion, that makes sense. if the database changes, then the program will...
Paul
elegant_dice
Online Now Send Email
Dec 23, 2005
12:52 am
1840
Thanks for the ideas! ... master ... and ... I didn't notice this point. But in my case this isn't such a problem, since the database is actually controlled by...
rodrigo.madera
Offline Send Email
Dec 23, 2005
1:18 am
1841
rodrigo.madera wrote: < snip > ... no worries :) ... i'm an mcvs, cvs and subversionist myself :) ... i'm the guy who put all the SConstruct and SConscript...
Paul
elegant_dice
Online Now Send Email
Dec 23, 2005
1:43 am
1842
Rodrigo, I certainly agree with you that the idea of keeping your table structue in one place is a nice one. We thought about this on a project I am working ...
Corwin Joy
corwinjoy
Offline Send Email
Dec 23, 2005
7:44 pm
Messages 1813 - 1842 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