Newbies hspinoza Posted May 21, 2001 Newbies Posted May 21, 2001 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 ?
Newbies chuntida Posted May 22, 2001 Newbies Posted May 22, 2001 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,
Anatoli Posted May 22, 2001 Posted May 22, 2001 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 -->
Recommended Posts
This topic is 8610 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