Newbies Ramakrishna Avula Posted September 27, 2007 Newbies Posted September 27, 2007 (edited) 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, 2007 by Guest
Recommended Posts
This topic is 6265 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now