siroos12 Posted April 1, 2016 Posted April 1, 2016 (edited) Good day, Can I use a Pervasive.SQL as back-end database in Filemaker? We have an accounting software called Pastel which uses Pervasive.SQL, now I want to share the existing database between Pastel and Filemaker. The purpose of doing that is to add new orders, invoices, quotations etc in Pastel, then allocate approved orders to different working bays in factory using Filemaker. Is that possible at all? The Pervasive.SQL is on a server machine and users would open it in their Filemaker pro on their PCs. Regards, Edited April 1, 2016 by siroos12
Kris M Posted April 1, 2016 Posted April 1, 2016 (edited) You can use the following data sources in the FileMaker Pro relationships graph. If you are importing ODBC data, or using the Import Records or the Execute SQL script step, you can use additional data sources, such as IBM DB2 or Informix ODBC. • Oracle 10g • Oracle 11g • SQL Server 2005 • SQL Server 2008 • MySQL 5.1 Community Edition (free) https://www.filemaker.com/help/14/fmp/en/html/odbc.20.1.html Edited April 1, 2016 by Kris M
siroos12 Posted April 1, 2016 Author Posted April 1, 2016 7 minutes ago, Kris M said: You can use the following data sources in the FileMaker Pro relationships graph. If you are importing ODBC data, or using the Import Records or the Execute SQL script step, you can use additional data sources, such as IBM DB2 or Informix ODBC. • Oracle 10g • Oracle 11g • SQL Server 2005 • SQL Server 2008 • MySQL 5.1 Community Edition (free) https://www.filemaker.com/help/14/fmp/en/html/odbc.20.1.html Thank you.
ggt667 Posted April 1, 2016 Posted April 1, 2016 Does Pervasive.SQL integrate with anything? I build most my integrations with PostgreSQL FDW, and Pervasive.SQL is not on that page. https://wiki.postgresql.org/wiki/Foreign_data_wrappers But there appears to be a Pervasive JDBC
Wim Decorte Posted April 1, 2016 Posted April 1, 2016 Note that regardless of whether a db is supported for ESS you can still exchange data through the "Execute SQL" and "Import (from ODBC source" script steps. As long at the target db has an ODBC driver.
siroos12 Posted April 3, 2016 Author Posted April 3, 2016 On 01/04/2016 at 9:02 PM, Wim Decorte said: Note that regardless of whether a db is supported for ESS you can still exchange data through the "Execute SQL" and "Import (from ODBC source" script steps. As long at the target db has an ODBC driver. Wim, Does this means that you can't have instant access to DB with this method? You should run the script frequently to get the updates?
Wim Decorte Posted April 3, 2016 Posted April 3, 2016 That is correct. But it works with all ODBC sources. Depending on how much data you need to see, the experience to the user can be the same as ESS. Sometimes the overall experience can be faster. Except that you'll have to do a little more work in scripting.
siroos12 Posted April 3, 2016 Author Posted April 3, 2016 4 hours ago, Wim Decorte said: That is correct. But it works with all ODBC sources. Depending on how much data you need to see, the experience to the user can be the same as ESS. Sometimes the overall experience can be faster. Except that you'll have to do a little more work in scripting. Thanks for your comment, I will look a bit further to see if I can find an ODBC driver for my Pervasive.SQL .
siroos12 Posted May 23, 2016 Author Posted May 23, 2016 On 4/3/2016 at 5:32 PM, Wim Decorte said: That is correct. But it works with all ODBC sources. Depending on how much data you need to see, the experience to the user can be the same as ESS. Sometimes the overall experience can be faster. Except that you'll have to do a little more work in scripting. Wim, After hanging around making ODBC connection with no success, I am back here to ask more explanation about the "Execute SQL" and "Import (from ODBC source)" script steps. My Pervasive SQL has an ODBC driver but when I try to assign it as a data source to a table occurrence in Filemaker, I get the error stating that the data source is not supported by Filemaker. I have no clue of "Execute SQL", Do you think I would be able to read data from my Prevasive SQL database using "Execute SQL" and "Import (from ODBC source)" script steps? Can you please guide me through that? The volume of data need to be transferred is not really high. The hole story is that we have an accounting software called "Pastel" which uses Pervasive SQL to store data. We keep record of manufacturing orders in Pastel. Now I need to update my Filemaker database with the new orders data added to Pastel every now and then to be able to process order data in Filemaker. I really appreciate your time. Regards,
Recommended Posts
This topic is 3174 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