Here's the situation:
We are using an application hosted by another company via remote desk top. The application is data entry intesnive and repetative.
Much of the data is already in our database. Ideally we would send our vedor a datafile and they would import the information. They are unwilling/unable to commit the resources to the import.
I would like to be able to write a program that reads the data from our database, inserts it into a keyboard buffer at some point in the stream on our workstation, and have it sent, via RDC to their application.
I use VS 2005, primarily C#, but am perfectly willing/able to use C++ if necessary.
If anybody had done something like this, I'd love to have a discussion with you!
We are using an application hosted by another company via remote desk top. The application is data entry intesnive and repetative.
Much of the data is already in our database. Ideally we would send our vedor a datafile and they would import the information. They are unwilling/unable to commit the resources to the import.
I would like to be able to write a program that reads the data from our database, inserts it into a keyboard buffer at some point in the stream on our workstation, and have it sent, via RDC to their application.
I use VS 2005, primarily C#, but am perfectly willing/able to use C++ if necessary.
If anybody had done something like this, I'd love to have a discussion with you!