SQL Connection strings

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I'm working on a multilingual .Net 2.0 application. There is an optional
parameter for a SQL Server connection string, "Regional".

Should I be setting this to Yes? Or should I only be doing conversion stuff
on data in my VB app?

Thanks
Jon
 
Jon said:
I'm working on a multilingual .Net 2.0 application. There is an
optional parameter for a SQL Server connection string, "Regional".

Should I be setting this to Yes? Or should I only be doing
conversion stuff on data in my VB app?


I don't know this because I'm interested in VB.Net (that's what this group
is about) but not in database related questions, but there is a specialized
group for this issue:

microsoft.public.dotnet.framework.adonet


Armin
 
Back
Top