October 14, 200421 yr A Client has given me Datas in MySQL Database, He wants me to access this data base for his Web site which uses ASP. IS it Possible to get datas from MySQL through ASP. if yes What is the Driver, I should install for MySQL, where will I get it.If No, is it possible to import all these datas to MS-SQL Server? If yes HOW
October 14, 200421 yr You can use it from ASP. You need the MySQL Connector/ODBC and the proper conenction string.see http://www.mysql.com/products/connector/odbc/And yes, you can always port the data to another database type of your choice if you'd rather do that.
Create an account or sign in to comment