strsql = "Select * from" & Strtablename & "Where false"

zhaozj2021-02-16  54

strsql = "SELECT *" & StrtABLENAME & "Where false" What do you mean?

Is the database not SQL Server? SQL Server Writing: strsql = "Select * from" & Strtablename & "Where 1 = 2" is a recordset that acquires the number of records 0, which is equivalent to obtaining a table structure.

转载请注明原文地址:https://www.9cbs.com/read-16345.html

New Post(0)