1

I am a PHP developer and not so familiar with to VB.NET. I am developing a system for Tailor Shop.
I have facing following problems regarding database……please help ……

I tried SQL Server CE: I found that this is not helpful to me because its limitations and most of the times it shown me the errors.
(One of the errors is:"Expression evaluation caused an overflow. [Name of function (if known) =] ")


I tried SQLite : I found that SQLite db is also not helpful to me (again due to its limitation) because this database does not support data with other than English letters.
The Case: I want to store person name in my regional language i.e. - Hindi (name = "विक्रम") but SQLite database does not support it (it shows "?????").


(I thought – SQL Server CE or SQLite would be easy for project deployment)

I want to try Mysql database now:
This is what I love very much to work with. This is perfect database for my needs.


My Question Is:-

Is windows form application (standalone) project with Mysql database easy to deploy on client machine? And How?

4

1 回答 1

1

您可以将安装和部署项目添加到 vb.net 解决方案,并将 MySql 包含在其中。一种方法是在您的项目安装中复制 MySQL 安装文件,然后当您的应用程序运行时,如果它没有找到 MySQL,请询问用户是否应该安装它。

于 2013-07-25T05:24:30.193 回答