Announcement

Collapse
No announcement yet.

Quick SQL/C# problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Quick SQL/C# problem

    Hi all

    I'm trying to connect to a remote SQL server using C#. Tihs kinda stuff usually bores the pissflaps out of me, but I thought it'd be useful so today I'm giving it a go. However, I'm trying to authenticate with this server and it's being a bitch. Here's my current line:

    Originally posted by code
    SqlConnection myConnection = new SqlConnection("server=(REMOTESERVER);database=remo te_support;user="sa";pass="password"");
    And it ain't working ;(

    Help please

    #2
    Ignore me, it's just worked >_<

    Comment


      #3
      Bring back Boogaloo. Tom's posts are **** tbh.

      Comment

      Working...
      X