Viewing 15 posts - 1 through 15 (of 16 total)
Everyone: Thanks a lot for your input. I knew i could count
on you guys!
July 2, 2004 at 5:52 am
Peter, thanks for you reply. Could you elaborate on what you mean by consuming a rowset?
do you mean something like myreader.NextResult() ?
before i start reading the values?
Thanks
March 17, 2004 at 2:34 pm
Thanks a lot. Exactly what i wanted.
November 19, 2003 at 10:36 am
SELECT TOP 10 OrderID
FROM dbo.Orders
ORDER BY OrderDate
Does exactly what i wanted! Thanks a lot.
October 28, 2003 at 12:21 pm
Thanks CColson, That's what i ended up using.
I actually tried it before but for one reason or another could not get it to work so i went with the long...
August 14, 2003 at 7:31 am
Thanks, will try that.
August 13, 2003 at 8:20 am
thanks. I went with the split string option.
works like a charm.
🙂
May 21, 2003 at 11:54 am
Thanks i figured it out. The thing was just bogged down beyond all recognition.
March 14, 2003 at 8:46 am
Dan, that worked like a charm. Thanks a bunch!
November 15, 2002 at 11:14 am
Thanks Dan but i still get that blank record.
I dont know maybe there is some invisible character stuck in there. Is there any way to tell? I looks blank in...
November 15, 2002 at 7:12 am
Thanks Klaas but that will not work.
First of because it returns duplicates and second it STILL returns that blank one.
November 15, 2002 at 6:58 am
great idea nickel! One problem though...
i have no clue where to even start with a thing like that!
If you are willing to help, i'll try it that way.
October 11, 2002 at 7:41 am
ok thanks. That's getting a bit too involved.
Like i said i dont really know anything about sql other then simple select update delete insert statements.
October 11, 2002 at 7:32 am
Viewing 15 posts - 1 through 15 (of 16 total)