Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6265 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.