ODBC Drivers for Fm Pro 5.5 II?
Dave Cragg
dcragg at lacscentre.co.uk
Thu May 23 04:19:01 EDT 2002
At 1:04 am +0100 23/5/02, Peter Reid wrote:
>------
>- Mac OS X (10.1.4) G4/733 running Rev 1.1.1
>- able to connect to server FM Pro using IE 5.1 with URL of
>http://192.168.181.4
>- tried following handler:
>
> on GetWeb
> put "http://192.168.181.4//FMPro" into theURL
> post "-db=Job.fp5&-lay=Table&-format=fmformat.html&-findAll" to URL theURL
> put urlDecode(it)
> end GetWeb
>
>All I get back in the message box is an HTML formatted error message
>that says:
>
> window.errObj = { code: 400, reason: 0, cause: "//FMPro HTTP/1.1" }
>
>where
>
> err400: "Bad Request\r\rThe server could not process your request
>due to a syntax error."
>
>It seems to locate the response file OK, but not understand its content??
>
I think it's just the url -- you have an extra forward slash in
there, and you perhaps need a question mark:
put "http://192.168.181.4/FMPro?" into theURL
You might need to check which port the Web Companion is using. If
it's not 80, you'll need to include it in the url.
You can also get xml formatted data from FM Pro with the Web
Companion. There's a lot of information on this page:
<http://www.filemaker.com/xml/index.html>
Cheers
Dave Cragg
More information about the use-livecode
mailing list