Newbies jyeast Posted May 14, 2001 Newbies Posted May 14, 2001 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 ]
Recommended Posts
This topic is 8585 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