Re: SQL Connection Strings

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



If this is an ASP.NET application, this is most likely caused by using
static (or VB.NET shared) variables. They are common to the whole
application and keep in mind that when using ASP.NET you have a single
application for all users, so all users are sharing the same value...

Check out all the static (shared or module level for VB.NET) variables.

--
Patrice

"Erica" <Erica@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message de groupe
de discussion : 0B7F6EEC-273D-43BD-A6E0-867625E94C7A@xxxxxxxxxxxxxxxx
Data returned from Sql through a stored procedure is dependent on what
user
is logged in. If the connection string is NOT unique, will this cause the
connections to get mixed up and cause one user to see data another user
(also
logged in) should be seeing. If not, what might cause this?


.



Relevant Pages

  • Re: Best place for "Global Variables" and Methods in C# though ASP.Net
    ... in addition use the web.config for encrypted connection string and other ... may additionally use XML config files etc.. ... common stuff I used. ... C# supports classes with static methods which you can use ...
    (microsoft.public.dotnet.framework.aspnet)
  • use single user.config for multiple .exe projects
    ... Two of the projects in my solution that both need to use a common ... working with 99% of the time, the other is a seperate "maintenance" ... The connection string is stored via My.Settings (encrypted of ... a single file. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: SQLHelper Error
    ... It seems that the null reference for the connection string might be the ... Thanks for sharing your experience with all the people here. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Connect to secure database?
    ... and thanks for sharing that you were successful and how you did ... SystemDB part into my connection string in Reporting Services and it works ...
    (microsoft.public.access.queries)
  • Re: A compact problem
    ... It is common to get that error when your connection string is not valid. ... Use the connection string wizard from the TadoConnection to generate your ...
    (borland.public.delphi.database.ado)