VB.net use Excel when the database, including t1 to Excel in the first lines of a field
TSQL="insert into [Sheet1 $] (t1) values (' 123 ')"
Always prompt error: System. Data. The OleDb. OleDbException: "operation must use an updateable query,"
Just tried the Access database, use the following SQL by
TSQL="insert into table 1 (t2) values (' ss ')"
CodePudding user response:
EXCEL and ACCESS,
[Sheet1 $] the name of the problem may be,
CodePudding user response:
The