mysql with asp.net
-
iam going to develop e-commerce website (shopping basket,catalog,.....) with ASP.NET adn Mysql i didn't use mysql b4, i developed by sql,access,oracle but not mysql. so plz if any one know there is problems with this compination plz tell me, i know mysql is stable and nice database but all mysql samples was with php languge, and this is why iam afried to use asp.net with it. thnx in advance
-
iam going to develop e-commerce website (shopping basket,catalog,.....) with ASP.NET adn Mysql i didn't use mysql b4, i developed by sql,access,oracle but not mysql. so plz if any one know there is problems with this compination plz tell me, i know mysql is stable and nice database but all mysql samples was with php languge, and this is why iam afried to use asp.net with it. thnx in advance
hazzem elrefai wrote: b4 plz thnx This is not an SMS text message - you have more that 160 characters to play with. The use of these contractions make the text difficult to read. Okay, I'll answer your question now. For an e-commerce application I would ensure you use transactions. From the MySql manual: MySQL Server (version 3.23-max and all versions 4.0 and above) supports transactions with the InnoDB and BDB transactional storage engines. So you need at least the above version plus, it would appear, one of the transactional plugins. (These may or may not be supplied with MySQL, I don't know) The other thing that I think is important is Stored Procedures. From the MySQL manual: Stored procedures are implemented in MySQL version 5.0. For the benifits of Stored Procedures click here[^]
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
-
iam going to develop e-commerce website (shopping basket,catalog,.....) with ASP.NET adn Mysql i didn't use mysql b4, i developed by sql,access,oracle but not mysql. so plz if any one know there is problems with this compination plz tell me, i know mysql is stable and nice database but all mysql samples was with php languge, and this is why iam afried to use asp.net with it. thnx in advance
If you are using framework 1.0 you will need to download the mysql odbc 3.51 driver which you can get from the mysql website. It does already come with 1.1
-
iam going to develop e-commerce website (shopping basket,catalog,.....) with ASP.NET adn Mysql i didn't use mysql b4, i developed by sql,access,oracle but not mysql. so plz if any one know there is problems with this compination plz tell me, i know mysql is stable and nice database but all mysql samples was with php languge, and this is why iam afried to use asp.net with it. thnx in advance
Hi: I think you need to use ODBC driver to connect to MySQL from ASP.NET. Either System.Data.Odbc (for 1.1 or higher) or Microsoft.Data.Odbc (for 1.0) I have seen some managed providers for MySQL database but I think they are not free. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/