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

include password in querystring


neilvk

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

Recommended Posts

I have a fm database that is protected with a password

my set up is as follows:

client > asp server > FM server

currently when the ASP server queries the FM server i get an access denied error on the line:

--------------------------------------

xmldoc.load(http://127.0.0.1:591/FMPRO?-db=test.fp5&-format=-fmp_xml&id_nr=1&-find" )

--------------------------------------

how can i include the password in the query string / and or successfully query the database.:?

If i delete the password from FM pro it works perfectly.

Many thanks

Neil.

Link to comment
Share on other sites

Garry,

Including the password in the query sting works !! smile.gif" border="0 Thanks very much.

Anatoli,

I have a VB / ASP / Access background and have to work with FM Pro due to a client requirements.

I would recommend you become familiar with the XML capabilities as it is very flexible.

I looked at the client side javascript example for reading/updating records but it seems dangerous to me to let the client see all that. I also looked at direct contact between the client and FM Pro, but this was inflexible. the ODBC driver wouldn't work so hence the setup i have now.

It works great!!

Neil.

Link to comment
Share on other sites

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