CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Location
    Ibague, Colombia S.A.
    Posts
    54

    SqlDataAdapter error

    In Visual C# 2005 express, I´m trying to use an SqlDataAdapter object, but I obtain the following message from the "add connction" window after clicking "test connection" button:

    "...server does not respond...,or server is not installed "

    I use sql server express and the database was created with sql server management express.

    thanks,

    Marco Leòn

  2. #2
    Join Date
    Nov 1999
    Location
    Denmark
    Posts
    260

    Re: SqlDataAdapter error

    some code like what the connectionstring says and .... would prob be a good thing to share with people

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured