Home > C/C++, Data Entry, MS SQL > Api Data Management

Api Data Management

November 17th, 2009

We have an application that retrieves data from a public API, and stores it in MS SQL. Using the same application, we are able to send messages to the account details in the stored data.

We need a developer to:
1. improve the efficiency of the database, as it currently drags badly
once it reaches 100,000 records
2. the API closes ports sometimes, so we need a method for stepping through different ports at an interval
3. hold the database on a central machine, with multiple versions of the application making API search, and adding data to it
4. when we message users from the stored data, we often receive ‘This user is not in your contacts lists’ message windows. We would like to force close the prompt windows that notify when a user is not in the contacts list.


Api Data Management

Comments are closed.
Bear