#1
|
|||
|
|||
How to run Oracle Script from a file
How can i run Oracle SQL script from a file by using ADO? Current ADO only accepts text in Comand tab
Thanks David |
#2
|
|||
|
|||
Use a Sql Statement value of something like this:
Code:
[vbld_GetFileContents("c:\files\test.sql")] |
|
|