Jaren Meier Posted July 30, 2009 Posted July 30, 2009 I am still trying to get a handle on this relationship between Filemaker and an ODBC data source. I have the connection between the two running fine. I am actually using 3 external sources to compile the information in my database. The question I have is, one of the sources (clients) has about 382 records in it. Some are "active" and some not. Is there a way to filter the records actually being received before they are seen in Filemaker. Be it known that its a live or through a “static” ODBC import. Does this have to be done on the server side first. I dont want to have to create a "filtered find" script for all the clients. There are some the users just dont need to see. Plus, there are inventory items associated with the clients that need not be show in the other database as well. This has about 12,500+ total records, but would be significantly reduced if the client to inventory relationship is changed. For overall purposes, is this really the best way to use the ODBC external data? Currently it is data that is being used by clients on the internet placing orders and updating data consistantly. Users will eventually need to make very modest changes to the ODBC database information from inside Filemaker at some time. (ie: quantities and/or warehouse bin location. Using find features in side filemaker can be long and cumbersom especially searching the three external ODBC databases. Please let me know what you have found is the best of these two to use. -Thanks
mr_vodka Posted July 30, 2009 Posted July 30, 2009 The question I have is, one of the sources (clients) has about 382 records in it. Some are "active" and some not. Is there a way to filter the records actually being received before they are seen in Filemaker. Yes use a view that only contains "active" rows and/or modify your import SQL statment with a where clause. For overall purposes, is this really the best way to use the ODBC external data? Currently it is data that is being used by clients on the internet placing orders and updating data consistantly. Users will eventually need to make very modest changes to the ODBC database information from inside Filemaker at some time. (ie: quantities and/or warehouse bin location. That all really depends on your business needs. ESS was not created with the intention of being a FULL front end to the ESS source table. Using find features in side filemaker can be long and cumbersom especially searching the three external ODBC databases. Indexing the source fields and restricting the number of fields through views will significantly enhance performance.
Jaren Meier Posted July 30, 2009 Author Posted July 30, 2009 Thank you... If I am not directly handling the ODBC server, but offsite location and IT guru. I will contact the admin and see if he can do the view only "active" on his end. Right?
Jaren Meier Posted July 30, 2009 Author Posted July 30, 2009 did it and works great... reduced the # greatly. Thanks for your help mr_vodka
Recommended Posts
This topic is 5593 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