May 21, 200124 yr 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 ?
May 22, 200124 yr 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,
May 22, 200124 yr 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 -->
Create an account or sign in to comment