Viewing 12 posts - 361 through 372 (of 372 total)
Like this example below; I am banging my head against the wall TYRING
ALTER Procedure
ShoppingCartMigrate
(
@OriginalCartId
nvarchar(50),
@NewCartId
nvarchar(50)
)
AS
UPDATE
ShoppingCart
June 6, 2005 at 7:06 pm
I am not sure how to ask this question so i will just keep it simple.
why referr the first @category int , if referred to at the end,...
June 6, 2005 at 6:50 pm
Since the last update on the table is this query still the perferred method?
This query would get you the price based on the selection of width, height and productID from...
June 1, 2005 at 11:06 pm
ok hold on people i have a newbie, NEWIE question.
1. The master database that ships with sql2000, why is it their and what is the main purpose of it?
2. Why...
June 1, 2005 at 10:03 pm
Ok i see how they are posting, thet are actually moving to a seperate page..
June 1, 2005 at 6:35 am
I am really greatful for all of the help! I like it so much i think i'll keep going with the flow.. Anyway i...
May 31, 2005 at 8:37 pm
Here is the base table that i am working with, "i am a newbie" ; however, i like the way this table is designed and i believe that it will...
May 31, 2005 at 9:44 am
Ok I see now...
Let me work with this..
Thanks again!
Erik
May 31, 2005 at 6:50 am
Could you please explain the drop down list, I do understand the logic and that is exactly what i am looking for; however, i need a little help with the...
May 31, 2005 at 12:27 am
Thank you so much!
let me play with this and see what i can come up with..
Thank you, Thank you!
Erik
May 30, 2005 at 10:53 am
Viewing 12 posts - 361 through 372 (of 372 total)