Posted on: 1/18/2014 12:25:16 AM | Views : 675

I''m not sure about it but i want to ask so that i can find a solution 
So hello everyone 
I have 3 table 
one item 
one auction
one images
an item can have one or more auction :) 
now i want to select every auction of an item called watch 
so it had one done
SELECT Auction.AuctionID AS Expr1 FROM Auction INNER JOIN Item ON Auction.ItemID = Item.ItemID Where Item.Name =@name now what i need to do is for each auction 
to insert their images in the table image
so how can i save the the auction such that i can used them each one to insert their images in the table image please :) hope someone can help :)

Go to the complete details ...