Mehdi, Saturday, June 08, 2002, 8:33:29 PM, you wrote: MZ> Egor,
MZ> Could you let me know when 4.1 will be release ? MZ> I'm building a website and want to decide whether I can use mySQL MZ> instead of SQL Server or not? MZ> The most important factor is support of Unicode. I don't know exactly the date of release 4.1, but the alpha will come till this year end. MZ> I also want to know if I can convert an access database or SQL Server MZ> 2000 database to mySQL. Yes, you can. If you use Access you can do it: 1. Export file in the CVS format. Then you should create schema for each table in MySQL. The order of columns in the table is IMPORTANT. In case of wrong column ordering you can't import your data. And after that put your database into MySQL. To import you can use mysqlimport utility or LOAD DATA INFILE statement. 2. Use different administration packages. You can find URL if you check archives ... MZ> Sincerely, MZ> Mehdi Zare -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php