Forum Moderators: coopster
Currently, I have a setup where a query string is sent to the web server with the id number of the record I want to get and a page on the web server writes a file to the server which is then downloaded using httpget to be used by the batch file.
Is there a better way to do this? In other words, how can I have a dos batch file interact with the database directly to get the info in the record?
TIA