Jump to content

ODBC ASP Fmp 5


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

Recommended Posts

  • Newbies

i want to publish my fmp database in the internet, i would like to use ASP (server side) to access the databse which use to ODBC driver to accompish thet task. I have installed succesfuly the ODBC driver on the server, and i have declared the source name, everything is Ok.

I open my fmp database, and enable sharing via LDAC, but when i try to access the database from a remote computer, it's fail.

Have i to install the RDAC, if yes where can i find it ?

Have anyone tried to connect FMP database trough ASP ?

Thanks for your help ?

Link to comment
Share on other sites

  • Newbies

I am about to use ASP with filemaker pro db to help with the calculation from the online form and record data to our existing filemaker pro. I always program it with SQL db but never done it with filemeker pro. Can someone let me know how efficent it is? Anything we need other than ODBC link? Is it worth it to use ASP? We have a webmaster who's been using Claris homepage.. should we just try to use that one?

Thanks,

Link to comment
Share on other sites

Try CDML, nothing could be simpler. What you accomplish by 1 line of code is amazing.

Syntax example(s)

Create an editable area for field data using an HTML file

First Name: <input type="text" name="First Name" value="[FMP-Field: First Name, Raw]">

Return field data using an HTML file

First Name: [FMP-Field: First Name]

<!-- After processing it could look like:

First Name: John

-->

Link to comment
Share on other sites

This topic is 8396 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.