MSSQL Server in ASP.NET

  • Thread starter Thread starter KA Kueh
  • Start date Start date
K

KA Kueh

Dear all,

Does anyone know if database access is affected by culture setting in the
web.config?.

Regards,
Kueh.
 
Dear all,

Does anyone know if database access is affected by culture setting in the
web.config?.

I think not the access in general but I suppose it could affect inline
sql queries (if you build sql inside your code with culture-dependent
variables like date, digits and special characters) and data input/
output itself (already stored data could be shown differently because
of changed culture)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top