October 7, 200520 yr Hello All, Does someone know a way to get data from my local filemaker database in a remote ASP server which does not support writing to it's SQL server directly and only has webservices and a website to enter data manually ? I need to enter many records each month manually on it's asp website while I have all information ready in filemaker. Thanks, Marcel
October 11, 200520 yr Hello! mmm.. your question is a strange question.. if you know how the web ASP script works you could call an http url sending the right GET parameters, but this is not such a great solution to me (and is a real baaad solution if this procedure is scheduled and the FM script run on its own.. without 'human' interaction..). Working on a Unix like machine (I'm talking about OS X you kow..) you could use CURL command which should be a cleaner way to do what u need..
Create an account or sign in to comment