dear all

my self tarachand ..iam develping an application in vb with mysql database

but iam unable to import the .sql file in to mysql database.

i can do it from command window.by passing the command

mysql -u [user] -p [database] < .sql file

what will be the code so that i can import through my visual basic application

with out using command promt
...