RE:

  • please help me were can how to connect from visualbasic to SQL Server 2000? what will be the syntax of the command? please help me all visual basic developers.. i need pls...

  • Please refer to MSDN, or here the simple VB script to connect to databse :

    set cn = CreateObject("ADODB.Connection")

    cn.Open "Provider = SQLOLEDB.1;Data Source = SERVERNAME;Initial Catalog=DATABASENAME;User Id=UserName;Password=Password"

  • here's a website you'll probably bookmark: http://www.connectionstrings.com/

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply