I have a file names SimpleFTP.exe. It is called from within an Access application. When I run it, it pops up a custom window that prompts me for user id, password and some parameters specific to my organization and the data that I'm going to download. After I enter this I click CONNECT and it downloads two files from an online database to my desktop.
I inherited this system and it was written several years ago. Since then, we've added fields to the online database. However, these new fields are not getting picked up in the download. I suspect that the SimpleFTP.exe file has some code in it somewhere that names the fields to be downloaded by name (for example, "Select ID, FirstName from Customers"). I need to get in there and edit the code so that it pulls the new fields (ie, "Select ID, FirstName, NewField1, NewField2")
Does anyone know how to edit this file? What software do I need? Is it possible?
Thanks.
Anna Jaeger
iMIS Database Support
I inherited this system and it was written several years ago. Since then, we've added fields to the online database. However, these new fields are not getting picked up in the download. I suspect that the SimpleFTP.exe file has some code in it somewhere that names the fields to be downloaded by name (for example, "Select ID, FirstName from Customers"). I need to get in there and edit the code so that it pulls the new fields (ie, "Select ID, FirstName, NewField1, NewField2")
Does anyone know how to edit this file? What software do I need? Is it possible?
Thanks.
Anna Jaeger
iMIS Database Support