G
Guest
In my application, i get datas that i put in a .SQL f.ile
I would like to execute this file for integrate the data onto a Sql Server
database.
I know that i can parse the file line by line for executing the SQL
commandes, but i would like to know if there was no better way ?
I've look at the CommandType enumeration, without success
Have you got an idea ?
Thank you
I would like to execute this file for integrate the data onto a Sql Server
database.
I know that i can parse the file line by line for executing the SQL
commandes, but i would like to know if there was no better way ?
I've look at the CommandType enumeration, without success
Have you got an idea ?
Thank you