cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

hi i want to connect to the mysql database from installanywhere and run a command

helllo ,
I want to connect to the mysql database server and execute a query from installanywhere .
can anyone suggest me some way.
can anyone provide me some external scripts for doing this.
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

You can use DatabaseAction Custome Code, which connects to a database, reads SQL from a file, executes the queries, and closes the database.
It's available from here: http://www.zerog.com/extensions/DataBaseCustomCode.zip
0 Kudos