Is there any way to run SQL in text file using VB.NET? The file is delimited text.
;)
Printable View
Is there any way to run SQL in text file using VB.NET? The file is delimited text.
;)
No.
You could read the file into a table, then use SQL.
Though with ODBC one can specify, I believe, the data-source can be a text-file...