Forum Discussion

VishakhaB's avatar
VishakhaB
Visitor
8 years ago

DB connection query via notepad

Hello all, I have a very big query to be fetched from a notepad/sql file. Instead of passing an inline DB query like: strSQLQuery = "INSERT INTO " &strTblNM& " (" &strCols& ") VALUES (" &strVals& ...