Newbies fritzmag Posted April 5, 2001 Newbies Posted April 5, 2001 do i need to install the odbc drivers or can i just call the fields? also, is there a cdml reference book anywhere?
Newbies NoiseMaker Posted July 9, 2001 Newbies Posted July 9, 2001 Yes PHP can accses data from FileMaker.. however.. I
Anatoli Posted July 9, 2001 Posted July 9, 2001 Maybe through ODBC. What is the advantage of using ODBC and php over WebCompanion and CDML?
Newbies firepages Posted July 16, 2001 Newbies Posted July 16, 2001 Been having problems myself here, I have ended up parsing a CDML page, but thats for remote access , I had no problems connecting via ODBC on the same machine... <? if($connectionstring = odbc_connect("filemaker", "", "")){echo "cool";}else{echo "uncool";die();} $yaks=odbc_tables($connectionstring); $yy=1;$y=1; while($int=odbc_fetch_row ($yaks,$yy)){$y++;$table[$y] = odbc_result ($yaks, 3);}//get table names - put in array// ?> worked ok for me - where 'filemaker' is the DSN of my filemaker data source, had absolutely no joy howerver with a dsnless connection, which would have solved my problem as I know how to specify the host IP in a DSNless connection Using Apache/php4.06 on win 98 (despite the mac icon against my uname!)
Recommended Posts
This topic is 8284 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