bfonnemann Posted July 21, 2014 Posted July 21, 2014 Greetings all, I am attempting to insert a record into a Filemaker 13 Solution hosted by FMSA 13 from the context of a MS SQL 2012 Server. Thus far I have been unsuccessful using openquery and also attempting to do a standard insert using a fully qualified db name. I have the linked server setup using the Microsoft OLE DB Provider for ODBC Drivers. The linked server will return SELECT queries successfully. Has anybody had any luck inserting from SQL? Any help would be greatly appreciated.
Wim Decorte Posted July 21, 2014 Posted July 21, 2014 Not sure I follow how you have it set up. In order to talk to FMSA you need to have the FileMaker ODBC driver installed and used in a DSN.
bfonnemann Posted July 21, 2014 Author Posted July 21, 2014 Sorry for the confusion. I have set a System DSN up using FM as the name. However when I add the linked server to SQL, I must choose a provider. The only provider that I have successfully added was Microsoft OLE DB Provider for ODBC drivers. FM ODBC is not listed. Perhaps I am choosing the wrong provider? FYI, SELECT works fine using the OLE DB Provider
Wim Decorte Posted July 21, 2014 Posted July 21, 2014 when I add the linked server to SQL That's the part I don't follow. What is the linked server? Why not just query FM through the DSN you set up that uses the FM driver?
bfonnemann Posted July 21, 2014 Author Posted July 21, 2014 Thanks for the reply. Forgive my ignorance but I am unsure of how to query FM using the DSN w/o a linked server. I've done this before using JDBC but not from MS SQL.
bfonnemann Posted July 22, 2014 Author Posted July 22, 2014 Wim, Have you ever successfully connected MS SQL to FileMaker with Filemaker being the data source? Specifically I'm most interested in inserting records from the context of MS SQL to FM.
Wim Decorte Posted July 22, 2014 Posted July 22, 2014 I have, but I need a better definition of "connect MS SQL to FM". I've done this from powershell and from a .NET application. In both cases I had two connections: one to FM and one to MS SQL
bfonnemann Posted July 22, 2014 Author Posted July 22, 2014 Specifically, I am attempting to execute an INSERT from SQL Management Studio 2012 using a linked server. I have a MS SQL database that will execute stored procedures to populate records within FM. You have indicated that a linked server likely isn't the way to go and based on my experience thus far, I can confirm that. Powershell seems like a promising alternative should this not be possible...
bfonnemann Posted July 23, 2014 Author Posted July 23, 2014 Wim, Powershell solved my problem. Thanks!
Recommended Posts
This topic is 3774 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