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

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

Recommended Posts

Posted

No. Such a function would be an extreme security risk.

I'm not sure what you're trying to do, but anything that requires the user's password isn't the right way to do it.

Once a user has logged-in to a database you can determine their authenticated account name and their privilege set name. (FMP 11 allows differentiation between the privilege set they originally authenticated to, and the privilege set they currently have - this gets around confusion when a script is running with full access privileges.) The account name and privilege set name should be all you need.

Posted

I've never done ODBC stuff (I may be doing EES soon though to MySQL) but my understanding is that the ODBC link authentication is done at the driver/server level.

Posted

Yes its done at driver lever if username and password is not stored in the external datasource. But if you store, it applies to all users which is dumb and lazy programming from Filemaker.

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