maxa wrote:

> I have create web page with extension .cgi and connect it with Microsoft access 
>database.
> 
> 1. Can I use my project on server where is supported .cgi and mySQL but nothing 
>about Microsoft access database?


sure - provided your data is in the mysql db.

> 2.how can I transform Microsoft access database .mdb to mySQL?


dump it to an ascii delimited text file and use the 'load table' command 
in mysql to import it.

> 3.what tool I have to use to create mySQL database?--- <<<something like 
>MicrosoftAccess for .mdb>>


mysql does not (afaik) have a gui - you have to use the command line. 
however, i could be wrong about this.  try reading the mysql documentation.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to