Newbies Brett Gordon5 Posted July 6, 2004 Newbies Posted July 6, 2004 Need some guidance here. We are taking orders over the internet and storing the data in a MS SQL Server database server. We need to get the data into our FileMaker database. The SQL Server is a remote server connected via a VPN. What is the best way to do this? I have tried ODBC with no luck over the VPN. Should we put the data into a local FileMaker database on the web server and then transfer it over? How about exporting to plain text from sql and then importing that file into file maker? Any suggestions would be helpfull. Thanks
Reed Posted July 6, 2004 Posted July 6, 2004 If you can export data as tab or comma-delimited from the tables of interest, filemaker will be able to import it no problem.... this will probably be more tedious than using ODBC though. I've used OBDC data sources over VPN from home over a cable modem w/o a problem. Are you able to connect from FM to the SQL server using ODBC locally?
Newbies Brett Gordon5 Posted July 6, 2004 Author Newbies Posted July 6, 2004 Can I do complex SQL Queries through FIleMaker's ODBC? For example, I want to pull all unprocessed orders and then update the table showing that those orders have been processed. How can you automate this to happen every day?
Recommended Posts
This topic is 7714 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