June 7, 201015 yr Hi, I would like to connect to myDB (FMP 10) from ASP without using DSN. The driver ODBC (DataDirect 32-BIT SequeLink 5.5) is installed. How can I do this ? what connexion string do I have to use ? Thank you I tried this without success ... Set myBD = Server.CreateObject("ADODB.Connection") myBD.ConnectionString = "Provider=DataDirect 32-BIT SequeLink 5.5;SDSN=ASP_TEST;HST=localhost;PRT=2399;UID=Mano;PWD=123;" Edited June 7, 201015 yr by Guest
Create an account or sign in to comment