Page 1 of 1

Generate database ...

Posted: Thu 01 Jun 2006 15:11
by Oufti
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,

Posted: Thu 01 Jun 2006 15:18
by Alexey
What do you mean? Create a dataset using sql script? What would you like to integrate? Please specify.

Posted: Thu 01 Jun 2006 15:24
by Oufti
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,

Posted: Thu 01 Jun 2006 15:31
by Alexey
Use MySqlDump or MySqlScript class.