Viewing 14 posts - 61 through 74 (of 74 total)
I tried that actually earlier but its given me some random numbers..
like
1.look
16.Boy
39.Cool
Is this because i'm GROUPING?
Thanks in Advance
October 20, 2006 at 1:27 am
Yeah went through some tutorials.
Will post back if need some help
Thx
August 14, 2006 at 6:50 am
Thanks.
But the thing is i have 6 insert statements FOR example below
So can i do :-
if @ProductName,@ProductName1 is not null
insert Products(ProductName,UnitPrice)
VALUES (@ProductName, @UnitPrice)
insert Products(ProductName,UnitPrice)
VALUES (@ProductName1, @UnitPrice)
insert Products(ProductName,UnitPrice)
...
June 9, 2006 at 6:40 am
Thx Jo Pattyn for the reply.
Thats exactly my problem.
The resultset that return is good.
But the problem is if i databind it appears twice that means...
February 12, 2006 at 7:42 pm
Thanks Vladan for the reply and everybody else who has been replying me.
And after testing your Stored Proc it did the job.
I have...
November 21, 2005 at 4:46 pm
Thanks Kenneth and David for the reply here is my DDL for the two tables
CREATE TABLE [newpostSR] (
[postid] [int] IDENTITY (1, 1) NOT NULL ,
[name] [nvarchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL...
November 20, 2005 at 10:02 pm
Thx guys for the replies..
GilaMonster its very well possible that i have similar reply dates and actually didn't notice that.But i the postid' are ok now after using max(replyid) and...
October 29, 2005 at 12:49 am
Farrell thanks for the reply.Yes when there is more that one reply its a problem because after databinding it to a datagrid and i load the newpost page the some...
October 27, 2005 at 10:58 pm
Thx very much for the reply and the S_p u posted did the trick
Bu i have one more problem since i'm using a datagrid for it after binding it to...
October 27, 2005 at 6:38 pm
Thx very much for the reply and the S_p u posted did the trick
Bu i have one more problem since i'm using a datagrid for it after binding it to...
October 27, 2005 at 6:38 pm
GilaMonster thhx for the post and yes i want to retrieve the LAST REPLY of each post in a datagrid
but when i tried your query in Query analyzer i got...
October 27, 2005 at 5:10 am
Thx all for the replies but i pasted the wrong Storepd procedure below is the correct one and the problem 'm facing
I get the error when i INSERT a record the...
October 10, 2005 at 7:04 pm
Thats true.
there is also an issue where in an asp application some DBA's write long chunky S_procedure and the asp applcation in the client does nothing.
So when u request the...
July 17, 2005 at 6:58 pm
Viewing 14 posts - 61 through 74 (of 74 total)