Newbies erapp Posted April 21, 2008 Newbies Posted April 21, 2008 I am a developer and familiar with db's, but new to Filemaker. In Access it is possible to create a "linked table" which links Access to a table in SQL Server. Is this possible in FileMaker 8? Basically, I need to link the data in a table in FM to an identical table that exists (and must exist) in SQL Server (2005). I was going to use a script to execute a query on the sql db but the client would prefer to use a "linked table" if it is possible. Any help would be greatly appreciated. Thanks!!
mr_vodka Posted April 21, 2008 Posted April 21, 2008 If you are talking about connecting FROM SQL Server TO data in FileMaker, then you will probably will want to read this: http://www.filemaker.com/downloads/documentation/fm8_odbc_jdbc_developer.pdf If you are talking about connection TO SQL Server FROM FileMaker then you will need FM9.
Newbies erapp Posted April 21, 2008 Author Newbies Posted April 21, 2008 If you are talking about connecting FROM SQL Server TO data in FileMaker, then you will probably will want to read this: http://www.filemaker.com/downloads/documentation/fm8_odbc_jdbc_developer.pdf If you are talking about connection TO SQL Server FROM FileMaker then you will need FM9. mr v, Unfortunately (based on your answer), the primary data entry will occur in FileMaker. So, I was hoping to link to (and therefore update) the table in sql server (i.e. the user creates a new record in the "Widget" table in FM 8 which then propagates to sql db table). Is there a specific feature in FM 9 that I can refer my client to? Or is just enhanced odbc functionality? Many many thanks!!
mr_vodka Posted April 21, 2008 Posted April 21, 2008 Well with FileMaker 9, you can have " live connections" to some External Sources. If you dont need it live, you could always just use a Execute SQL command to perform whatever fuction that you need.
Recommended Posts
This topic is 6059 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