Now found that can be modified, but can not add data, leaders help to analyze the possible reasons, thank you!
CodePudding user response:
Open the query analyzer, direct input statements INSERT INTO the product (product_id, title) values (111222) can be inserted INTO the dataCodePudding user response:
Open the query analyzer, direct input statements INSERT INTO the product (product_id, title) values (111222) can be inserted INTO the data, can also be used in asp page INSERT statement inserts data, but the use of rs. Addnew unable to INSERT new dataCodePudding user response:
Resolved in rs. The open SQL, conn, 1, 3, and rs. Addnew between, insert a conn. CursorLocation=3, but heard that insert into than rs. Addnew efficiency is high,