tsql = "insert into [Sheet1$](t1) values('123')" 总是提示错误: System.Data.OleDb.OleDbException:“操作必须使用一个可更新的查询。” ...
OK, so there is a table that is basically an audit trail, it is on MS SQL Server 05 and soon to be 08.<BR><BR>AuditTrail<BR>AuditID -- PK<BR>SomeFK -- FK to tie it back to the record<BR>FieldName -- ...