Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Disappointed in the fact that FM5.5 server does not support ODBC, I'm now creating a client-app to insert FM-data into a M$ Access database.

It's easy to create a ODBC for a plain FMP 6 data file (often referred to as a database, but it's just one simple table really). But now this data file has a password on it. So when i choose the ODBC to use for M$ Access it does show the tablename, but gives an error on using it. This does not apply if there is no password on the data file.

Can anyone tell me how and where to specify the password in using the ODBC?

Posted

Disappointed in the fact that FM5.5 server does not support ODBC, I'm now creating a client-app to insert FM-data into a M$ Access database.

why should it have that? FM Server does nothing with fm files other than serving them to clients fast and do an occasional backup. Absolutely no interface to access the data in the file. Every full FM Client, however, can serve databases ...

Posted

Hi,

don't know if that's what you're looking for, but to access a password protected DB using PHP (ODBC), just use the following :

$odbcFMP = odbc_connect("FileMaker", $user, $password) or die("CAN'T CONNECT");

$result = odbc_exec($odbcFMP, $Query);

Jerry

P.S : $user is probably optional for FileMaker

Posted

side note:

ODBC (DSN)...is not that great in ENTIRE FM family....so do expect performance lags or hope that FM makes another DB engine

<!- HENS->

"I'm now creating a client-app to insert FM-data into a M$ Access "

- why are you mixing Access with FM-if you use Access as a primary data storage? blush.gif

good luck alta'

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