How to connect to msqlServer 2000 ?

I have MsQlServer 2000 that I want to be able to run Visual Web Express
Has anybody an example of config that does that
thnaks


Answer this question

How to connect to msqlServer 2000 ?

  • Yosi345

    You should be able to do this simply by dragging on a SQLDataSource control on your page and configuring it to use SQLServer and then providing the connection string to the SQL Server 2000 database you would like to connect to.

    Then you can use any of the databound controls such as gridview or detailsview to bind to the SQLDataSource.

    Omar (msft)



  • Sooraj B

    I dont understand your question.
    If you want to connect to SQLServer look up ADO and SqlConnection.
    Other wise please expand on your question.

    Regards

  • How to connect to msqlServer 2000 ?