Generate database ...

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Oufti
Posts: 24
Joined: Wed 10 May 2006 11:29

Generate database ...

Post by Oufti » Thu 01 Jun 2006 15:11

Hello,

Is there a way to generate a full database ? I have a .sql file, I'd like to integrate, if it's possible, it to the ressources and generate the database

Thanks,

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 01 Jun 2006 15:18

What do you mean? Create a dataset using sql script? What would you like to integrate? Please specify.

Oufti
Posts: 24
Joined: Wed 10 May 2006 11:29

Post by Oufti » Thu 01 Jun 2006 15:24

Alexey wrote:What do you mean? Create a dataset using sql script? What would you like to integrate? Please specify.
It's clear.

I install my application on a PC, MySQL installed somewhere.

The first time I start the application, I'd like to generate the database (databse, tables, triggers, .....)

thanks,

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 01 Jun 2006 15:31

Use MySqlDump or MySqlScript class.

Post Reply