


I will go over the different options you can use. Based on their document( ), function DatabaseNames seems to be the right one. Instructions provided describe how to access tables from a FileMaker Pro database. Networking a FileMaker database is very easy to do, but if done improperly can lead to a damaged file, data loss, or even losing the entire application. I found the WebViewer object, selected it, and hid everything but the WebViewer. So I turned to the new FileMaker 17 Objects tab in an effort to locate the WebViewer. Choose which users can access the file: Repeat steps 3 and 4 for each database you want to publish. Select the filename to publish on the web from the list of open files. Choose File menu > Sharing > Configure for FileMaker WebDirect to open the FileMaker WebDirect Settings dialog box. The only problem: I couldn’t find the WebViewer on the layout. Open the database files in FileMaker Pro. Now I want to list all database names and table names in FileMaker Pro. The solution seemed obvious: Get rid of the WebViewer and use the Insert From URL command. I am working on an application to extract data from FileMaker pro using ODBC, I successfully get data from a specific table now tryĬonn = new OdbcConnection("DSN=FileMaker Uid=Admin Pwd=******") Ĭmd = new OdbcCommand("SELECT * FROM SimpleProductTest") ĭr = cmd.ExecuteReader(CommandBehavior.CloseConnection)
