Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Passing SQLPlus script location using Windows Script Host Object Model
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="John Coleman, post: 7396633"] Try Dim WShell As New WshShell WShell.Run "sqlplus username/passw...@serverlocation.com " & " " & strFilePath End Sub The only addition from your first script is to put a space between the sql server path and the script that you are trying to execute -John [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Passing SQLPlus script location using Windows Script Host Object Model
Top