Jump to content

FM Adv. Server ODBC Connection string issue


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

Recommended Posts

Hi all,

I am trying to connect to my Filemaker Advanced Server via ODBC (from RealBasic, on my Windows 2000 PC).

I can connect fine using the following ODBC connect string, but I would like to avoid constructing a DSN on every workstation running my application. For my work with MySQL databases, I've been able to accomplish all of my connection parameters in the connect string *without* installing a DSN on each machine.

Can anyone help this poor soul? Many thanks!

Successful string (requires DSN):P

db1.DataSource = "DSN=ST;UID=myuser;PWD=mypwd"

Unsuccessful string (but more like what I'm hoping to use):

db1.DataSource = "DRIVER=DataDirect 32-BIT SequeLink 5.4;PORT=2399;HOST=FMServer;database=Tracker;UID=myuser;PWD=mypwd"

I realize this might seem more of a RealBasic question, and I'm working with their folks to also try and solve things, but thought I'd ask here in case anyone has had success with ODBC connection strings and can help.

Best,

Steve

Link to comment
Share on other sites

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