Tuesday, July 28, 2009

What's the code for asp to have a connection string with Filemaker?

I have Fileamaker and ODBC ready, but i need to know the code to connect the ODBC from the ASP program i am working on. Thanks.

What's the code for asp to have a connection string with Filemaker?
You asked this question before and I already answered it for you. The documentation for connection strings is contained with the ODBC drivers in FileMaker. Read the manual!





http://www.filemaker.com/downloads/docum...





If you mean, you can't figure out how to write the connection string, well, it's just a standard ODBC connection string. Assuming you are running it from a FileMaker Pro file:





Driver=FileMaker Pro;dbq=path/to/file





Assuming you are running it from a server:





Driver=FileMaker Pro;ServerAddress=SERVER_IP;

stalk

No comments:

Post a Comment