September 27, 200718 yr Newbies Hi, I have an ASP application running. Currently, I am working on a new module where in I have to fetch data from different sources (Oracle, Filemaker, STAR) and generate a report. I am not able to talk with Filemaker through ASP code. Can anyone help me out by explaining the steps in connecting to Filemaker. Code is below: Set conFM = Server.CreateObject("ADODB.Connection") conFM.Open("DSN=qlis_metrics;UID=qlis;PWD=Library;") The error I am getting at this line is: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [DataDirect][ODBC SequeLink driver][sequeLink Server]The specified data source is not defined. One more question on Filemaker is whether is it possible to connect to Filemaker from ASP code or not? Please help me on my questions. Thanks in advance, Ramakrishna. Edited September 28, 200718 yr by Guest
Create an account or sign in to comment