Skip to Content.
Sympa Menu

freetds - [freetds] RE: FreeTDS Digest, Vol 11, Issue 15

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "David Nsengiyumva" <davidn AT finsolutions.co.za>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] RE: FreeTDS Digest, Vol 11, Issue 15
  • Date: Thu, 4 Dec 2003 19:15:36 +0200

Ok it works fine...

Thanx a lot champs

David

> From: David Nsengiyumva [mailto:davidn AT finsolutions.co.za]
> Sent: December 4, 2003 10:15 AM
>
> I DON'T UNDERSTAND WHAT SEEMS TO THE PROBLEM!!!!
>
> That's for sure. Welcome to Pogo's Paradox [1].
>
> Can really anyone tell me if it is possible to execute a
> stored proc as a simple CS_LANG_CMD
>
> Thou doth protest too much, friend. Your code and your log both clearly
> show you're not done fetching the results when you issue your second
query.
> Bill and I both pointed that out. I suggested you submit a simple test
> case, the better to show you where you're going wrong. All the "but, but,
> but"'s in the world won't fix broken code; the server is the master in
this
> case.
>
> Give yourself a chance to believe what you're lying eyes are telling you:
> results are pending, O magnificent and venerable Client. Fetch them, and
> all will be well.
>
> --jkl
>
> Hey david,
>
> Its this "return" that's doing you in.
>
> Rows->CurrentRow = 0; // Rows is just a class that
> uses a
> 2D STL vector to
> RowCount = Rows->Rows.size(); // store rows results
> return;
>
> remove that, and all will be well, I reckon....
>
> Bill
>
>
> ...well replace it with a "break" anyway.... :-)





  • [freetds] RE: FreeTDS Digest, Vol 11, Issue 15, David Nsengiyumva, 12/04/2003

Archive powered by MHonArc 2.6.24.

Top of Page