Forum Discussion

GaleG's avatar
GaleG
New Contributor
7 years ago
Solved

Database Connection

Is there a way to set a database connection and the query that database from multiple scripts?  I keep adding Set connection = ADO.CreateConnection connection.ConnectionString = "Provider=***;Passw...
  • NisHera's avatar
    7 years ago

    You can set connection stuff in one script and call that when ever you need from other scripts,

     

    you can refer this  to how to call routines.

    If you like to have more advance set up, consult your developers how to use OOP concepts.