Viewing 15 posts - 271 through 285 (of 373 total)
Never mind i found out what i am doing. I AM Doing a insert.
July 10, 2005 at 9:50 pm
This is weird, At first i did not think that i was getting an insert into the database, and i happend to scroll down and low and behold i have...
July 10, 2005 at 9:18 pm
Thank you for the quick reply..
Thank you for letting me know that, because i am not interested in changing the ID columun.
ERIK....
July 10, 2005 at 7:40 pm
Forgot to add the querry...
=============================================
ALTER PROCEDURE
SprocProductRestrictions
@IDProductRestrictions
INT,
@IDProduct
INT ,
@MaximumWidth
VARCHAR
July 10, 2005 at 6:09 pm
I have not Tweeked this however, i seen that you needed this and this is the type of logic that you are looking for.
This comes from the northwind database that...
July 10, 2005 at 6:05 pm
Will do. Right now i am tring to get a grip on the update and delete of data from a datagrid so that i can enter my application data quickly.
I...
July 8, 2005 at 10:14 pm
Thank You, This is my first dealing with the insert from one table to another so i am happy to have your help.
Thanks,
Erik...
July 8, 2005 at 1:43 pm
I have a table the has two columns in it (http://afcc1.com/sqlHELP/sqlMajor.jpg (The one on the far right))
I would like to copy some of the AttributeID's and reinsert them with new ProductID's...
July 8, 2005 at 1:22 pm
I have a pair of socks that does that blue and black thing...
Can i get a little hint if i am getting a...
July 8, 2005 at 1:10 pm
I am selecting the attributeID's that are already in the table and reinserting them with new ProductID's. Alot of the same products share the same attributes.
July 8, 2005 at 11:50 am
Here is what i have so far, but no data has changed, but i also do not receive an error.
This is all that it says--->
Running dbo."p_copyproduct"...
July 8, 2005 at 11:25 am
I have just gotten to a point this morning that i am able to use this stored procedure that i received from you the other day. I am receiving an...
July 8, 2005 at 9:47 am
Viewing 15 posts - 271 through 285 (of 373 total)