Shell Command in VB6
Hallo together !
i´m a new mySQL User
I want to do some Shell Commands to manage the Database
My Problem is :
When i open a new MS-DOS Form and put following Command Line into it
mysql -h 127.0.0.1 -D lp1analog -e "SHOW TABLES" > C:\TEST.TXT
it work perfectly
When i put this command line into VB6 it doesn´t works.
shell "mysql -h 127.0.0.1 -D lp1analog -e ""SHOW TABLES "" >C:\TEST.TXT"
I can´t see any error line in the Promt-Form because it closes so fast
Can Somebody help me please ?
Greeting Andreas Huber
Subject
Written By
Posted
Shell Command in VB6
January 27, 2005 05:00AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.