Jack Tripper Posted July 6, 2006 Posted July 6, 2006 Hello all. I have a FM7 file/layout with approx 10 fields on it. I want to add two more fields (that are on my SQL Server from another application) I already created the DSN in control panel. I would like to just add these two fields on my FM layout. One of the SQL fields is the same as my key field in FM. How can I do this?
Wim Decorte Posted July 7, 2006 Posted July 7, 2006 you can't add fields from a non-fm source. You'll need to create those fields in FM and import the data from SQL Server before you can display it in FM.
Jack Tripper Posted July 7, 2006 Author Posted July 7, 2006 Well that sucks! I was going to import this data daily, but that is not good enough for the users. They enter the data in the other system first, then immediately go to FileMaker and do what they need to do. Can you write connection strings in FileMaker? I dont want to have to setup ODBC connections for every FileMaker client..
Wim Decorte Posted July 8, 2006 Posted July 8, 2006 (edited) No connection strings, everything you want to use has to exist in the "Data Sources (ODBC)" as a DSN. What you could do is use scripting on the SQL backend so that it pushes data into filemaker whenever new data is entered. Like an ODBC connection from your SQL server directly to FileMaker Server Advanced. Or using XML... This way you control the connection entirely from your SQL Server end. Edited July 8, 2006 by Guest
Recommended Posts
This topic is 6715 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