I need to set my connectionstring in web.config
hiogh said 1 year, 1 month ago:
My database name is hioghwebsite and i need to set the connectionstring for it but i don’t know what should i write in data source attribute plz help
thnx
timb said 1 year, 1 month ago:
@hiogh
You can find the settings needed for your connection string within your Hosting Control Center using the steps in this help article:
Locating Your MySQL Database Connection Strings
Locating Your MS SQL Database Connection Strings
Tim B
hiogh said 1 year, 1 month ago:
Thnx Tim you were very helpful for me could u plz tell me if the MS SQL supports Arabic language or not and what should I do Because Almost all my data are in Arabic language
thnx again
timb said 1 year, 1 month ago:
@hiogh
You should be able to do this, check out this thread in which another user provides an example of how they got it to work:
http://support.godaddy.com/groups/web-hosting/forum/topic/arabic-characters/
Tim B
hiogh said 1 year, 1 month ago:
Actually I tried to run this T-SQL but it didn’t work
alter database hioghwebsite COLLATE Arabic_CI_AI
always gives me that error:
User does not have permission to alter database ‘hioghwebsite’, the database does not exist, or the database is not in a state that allows access checks.
I’m the admin how i do,t have permission to alter my database?
timb said 1 year ago:
@hiogh
I’m not sure why you are receiving this error, assuming that the database you are referencing is actually created. You may want to review our T-SQL sample here:
What is collation and can I change it on my MS SQL database?
Tim B
6 min expected wait time