Private Sub Button1_Click()
Dim oMaHost As MaHost
oMaHost.Init "Notes_TP", "DSN=DatabaseName Test;UID=MYNAME;PWD=MYpassword", 5, "D:\log.txt", "SQL"
--------------------------------------------------------
I'm trying to establish a DSN connection with my SQL Server 2000, but i can't get it to link. What am i missing?
Dim oMaHost As MaHost
oMaHost.Init "Notes_TP", "DSN=DatabaseName Test;UID=MYNAME;PWD=MYpassword", 5, "D:\log.txt", "SQL"
--------------------------------------------------------
I'm trying to establish a DSN connection with my SQL Server 2000, but i can't get it to link. What am i missing?