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:-