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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 864 - 893 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
864
I'm having an odd problem with long memo fields in MS Access with DTL. I've created a BCA as described in the documentation, bound the string to the...
lukeh_2004
Offline Send Email
Mar 11, 2004
12:03 pm
865
Luke, Thanks for reporting this, sorry it took so long for me to reply, for some reason Yahoo did not forward your mail. Anyway, the problem turns out to be...
Corwin Joy
corwinjoy
Offline Send Email
Mar 19, 2004
4:16 am
866
Corwin, Thanks. I've made those mods and everything is working great now. Luke ... for some ... about how many ... caused ... the ... check ... bufferSize); ...
lukeh_2004
Offline Send Email
Mar 19, 2004
7:56 pm
867
Hello, I would appreciate any help with MS SQL Server 2000 system stored procedures calling. The ideal variant would be to make dtl::DynamicDBView<>...
mkochetkov
Offline Send Email
Mar 22, 2004
12:33 pm
868
Suppose we have DynamicDBView<> view("exec sp_columns db_example", ""); DynamicDBView<>::sql_iterator it = view; it.GetStmt().ClearStmtAttrs(); variant_row vr;...
Corwin Joy
corwinjoy
Offline Send Email
Mar 23, 2004
5:25 am
869 Corwin Joy
corwinjoy
Offline Send Email
Mar 23, 2004
5:46 am
870
... Hm... I am dead sure I have had this: dtl::DynamicDBView<> view("exec sp_columns tobject", ""); dtl::DynamicDBView<>::sql_iterator it = view.begin(); ...
mkochetkov
Offline Send Email
Mar 23, 2004
2:14 pm
871
In fact, you are correct, std::copy() was broken for sql_iterator. The problem was that sql_iterator did not copy the statement attributes in the copy...
Corwin Joy
corwinjoy
Offline Send Email
Mar 23, 2004
11:58 pm
872
... Ooops, it has taken me a weekend. But never mind. ... attributes ... this, ... Thank you. ... A kind of RW replacement, sigh… It is a pretty long and sad...
mkochetkov
Offline Send Email
Mar 24, 2004
2:34 am
873
... Well.. on the plus side you are definitely giving our library a good workout. It seems that you are digging out the tough cases from SQL Server :-). CJ...
Corwin Joy
corwinjoy
Offline Send Email
Mar 24, 2004
4:46 am
874
... was ... remember. ... good workout. ... ). Heh, they are not that tough and mainly not from SQL Server. You may want to consider another plus (I believe it...
mkochetkov
Offline Send Email
Mar 24, 2004
1:16 pm
875
Hmm. I don't see a crash with this kind of join. Here is a version of your example versus the DTL example tables: int main(void) { try { ...
Corwin Joy
corwinjoy
Offline Send Email
Mar 24, 2004
7:19 pm
876
... No doubt that your version works. In my example select returns result set with some fields with the same names because of objected is the foreign key. You...
mkochetkov
Offline Send Email
Mar 24, 2004
8:14 pm
877
P.S. Feel free to comment on this solution....
Corwin Joy
corwinjoy
Offline Send Email
Mar 25, 2004
1:28 am
878
OK. Now I see. The problem was that the duplicate field names were throwing off the dynamic view. Attached find a solution that fixes this problem by...
Corwin Joy
corwinjoy
Offline Send Email
Mar 25, 2004
3:35 am
879
... this ... [...] ... The evident hack seems to be "select 1,2" but I cannot check it because I cannot figure out how to execute it with dtl. ...
mkochetkov
Offline Send Email
Mar 25, 2004
11:52 am
880
Michael , Thanks for this, it is another good test case. If we look at the following example dtl::DynamicDBView<> view("select 1,2 from DB_EXAMPLE", "");...
Corwin Joy
corwinjoy
Offline Send Email
Mar 25, 2004
6:05 pm
881
... the ... Thank you. Amazing support. I will take a risk to claim the best I have ever seen. It is a pity your project is not commercial one -- I would...
mkochetkov
Offline Send Email
Mar 25, 2004
7:06 pm
882
... Thanks! If you want to send me a bunch of money I am sure I can get you a coffee mug ;-> ... I am not sure what you are looking for here? Perhaps a class...
Corwin Joy
corwinjoy
Offline Send Email
Mar 25, 2004
11:25 pm
883
... addresses ... I ... No problems, just make your project commercial. ... idea ... abstract ... adding it. I believe I do understand your motives. But I...
mkochetkov
Offline Send Email
Mar 26, 2004
1:26 pm
884
... OK. Truly duplicate column names are still not resolved uniquely. I will send you a new version of bind_basics that forces uniqueness even in this case. ...
Corwin Joy
corwinjoy
Offline Send Email
Mar 26, 2004
6:55 pm
885
... OK. It might not be all that hard to add this if I ever get the time. Here is a way to do it if you want to have a go: The easiest way would be to just...
Corwin Joy
corwinjoy
Offline Send Email
Mar 26, 2004
8:09 pm
886
... I don't really think of it as an opinion here. It doesn't really matter what the ODBC application is, if I am calling a stored procedure, e.g. badone, I...
Corwin Joy
corwinjoy
Offline Send Email
Mar 27, 2004
6:27 am
887
Hello, I believe I have encountered the major problem with running dtl from a dll. All my database related staff is encapsulated in a dll that is compiled as...
mkochetkov
Offline Send Email
Mar 29, 2004
1:17 pm
888
Hello, I proceeded to the testing of dtl multiple result sets handling facility and failed from the very beginning. The following code does not work for me: ...
mkochetkov
Offline Send Email
Mar 29, 2004
1:28 pm
889
... matter The opinion that dtl shall not drop a curtsey to the MS SQL Server. […] ... error ... procedure so I ... second ... is ... I absolutely agree with...
mkochetkov
Offline Send Email
Mar 29, 2004
4:04 pm
890
Take a look at the DTL documentation on sql_iterator and MoreResults(). The call to MoreResults works fine to retrieve multiple status sets from stored ...
Corwin Joy
corwinjoy
Offline Send Email
Mar 30, 2004
12:42 am
891
To really replicate this it would help to have a sample VC 6.0 project from you. However, my guess is that the default environment is not being released in...
Corwin Joy
corwinjoy
Offline Send Email
Mar 30, 2004
12:52 am
892
... The short answer here is that if you are running a statement batch which may return multiple result set codes then you need to have a do...while to check...
Corwin Joy
corwinjoy
Offline Send Email
Mar 30, 2004
12:59 am
893
Michael, I will send you a zip of enhancements to DTL. Here I have added support for: 1. Batches of statements. 2. The ODBC catalog functions SQLColumns and...
Corwin Joy
corwinjoy
Offline Send Email
Mar 30, 2004
7:09 am
Messages 864 - 893 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