connecting visual basic with mssql server 2000 data base

we need to connect a data base created with mssql server 2000 with a visual basic interface in order to perform a search in the data base.
the data control requires the path of the data base which we can't define.
all tutorials refer to connection with microsoft access, which is not acceptable in our project.
Any clues???

Comments

  • : we need to connect a data base created with mssql server 2000 with a visual basic interface in order to perform a search in the data base.
    : the data control requires the path of the data base which we can't define.
    : all tutorials refer to connection with microsoft access, which is not acceptable in our project.
    : Any clues???
    :


    try giving the name of the server in which the SQL Server is running.
  • : : we need to connect a data base created with mssql server 2000 with a visual basic interface in order to perform a search in the data base.
    : : the data control requires the path of the data base which we can't define.
    : : all tutorials refer to connection with microsoft access, which is not acceptable in our project.
    : : Any clues???
    : :
    :
    :
    : try giving the name of the server in which the SQL Server is running.
    :
    ;create a data source name..and use that DSN name in the connection string..with DSN u can connect to any database..
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories