Jump to content
Server Maintenance This Week. ×

how to connect with password via ODBC


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

Recommended Posts

  • Newbies

Does anybody know how to connect to a FM database with a password via = ODBC ? I am using ASP to connect via ODBC. When FM database has a password nothing works... when it is without a password I can retreive the data I want. There must be some way I can send the password? Thank you.

Got it!

dim oConn

set oConn = Server.CreateObject("ADODB.connection")

oConn.ConnectionString = "Provider=MSDASQL.1;Password=test;Persist Security Info=True;Data Source=FileMakerODBC"

[ May 16, 2001: Message edited by: jasonyeast ]

Link to comment
Share on other sites

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