I mean MSSql, no MySql.
I understand, I neead write all Sql script to the comand obiect, and
execute
it ?
Is mayby any metod to create database from the xlm file (where is
defined
db
structure) or from dataset object ?
:
Using a command object - either OleDbCommand or native mySql's command
object (don't know its name).
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
message
Yes, I have send ddl sal statements to server.
What is the best metod do it.
:
Hi,
You'll probably have to use a command object and fire appropriate
ddl
sql
statements (depends on mysql what statements).
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
in
message
Hey,
I need create database (MsSql) within my application, when it
run.
What
is
the best metod to do it.