MySQL Forums
Forum List  »  General

shell and VB6
Posted by: Andreas Huber
Date: January 27, 2005 05:48AM

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

Options: ReplyQuote


Subject
Written By
Posted
shell and VB6
January 27, 2005 05:48AM
February 01, 2005 07:06AM


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.