Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by desihuduga

  1. desihuduga

    create odbc connection to sql server using vbscript

    I am doing a similar thing, but using vb.net. it is working fine for me. ---- Dim rk As Microsoft.Win32.RegistryKey rk = Microsoft.Win32.Registry.LocalMachine.CreateSubKey("SOFTWARE\ODBC\ODBC.INI\ODBCNAME") rk.SetValue("Server", "SERVERNAME") rk.SetValue("Trusted_Connection", "Yes")...

Part and Inventory Search

Back
Top