Itemid Sellername
----------- -----------
1 Sandy
2 Sandy
Bidid Buyerid Buyername Itemid
----------- ----------- ------------ -----------
1 1 Mark 1
How do I write the sql statements to pass the the itemid 1 and 2 to bids so I can delete the related data from bids table given...
rsUsers.Open "bidders",Conn,adOpenForwardOnly,adLockOptimistic,adCmdTable
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/AddUser.asp, line 40
MSSQL doesn't alllow retriving for whole tables?
Dim RSID
Dim MaxID
Set RSID = CreateObject("ADODB.Recordset")
Set MaxID = CreateObject("ADODB.Recordset")
MaxID = conn.Execute("Select MAX(bidderid)+1 from bidders")
conn.Execute "Insert into bidders(bidderid,biddername, password, " _...
Insert Into auctionitem values
(1,'wolfenstein','PC',20.00,1,Jul 3 1991 12:00AM ,1,'Newest PC Game')
Line 2: Incorrect syntax near '3'.
This is how i set it up
CREATE TABLE [auctionitem] (
[auctionitem_id] [int] NOT NULL ,
[productname] [varchar] NOT NULL ,
[category_name]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.