I need to access a remote Linux/Apache/MySQL database from Delphi desktop software.
I need the following simple Delphi functions:
- bool SQLConnect(); // true if success, false otherwise. In case of error,
a messagebox must popup with a description of the error.
- bool SQLInsert( '<SQL INSERT QUERY>' ); // true if success,
false otherwise. In case of error, a messagebox must popup with a
description of the error.
- int SQLLastInsertId(); // returns the id of the last inserted record.
- bool SQLUpdate( '<SQL UPDATE QUERY>' ); // true if success,
false otherwise. In case of error, a messagebox must popup with a
description of the error.
- TStringList SQLSelect( '<SQL SELECT QUERY>' ); // On succes, returns a
TStringList containing all fetched records, on failure returns nil. On
failure, a messagebox must popup with a description of the error.
Requirements Interview Answers:
To help you bid more accurately, the employer was interviewed about the requirements for this project. Below are their answers.
Untitled Page
Other Requirements:
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the employer's money is escrowed) is a violation of both the employer and worker agreements.
vWorker.com monitors all site activity for such violations and can instantly expel transgressors on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
Categories:
(Note: Like everything else on this page, these categories are part of the original contract for this project.)
Microsoft Windows, Database, Languages, Requirements, Operating systems / platforms, Delphi, Other (Technology), MySQL, Technology, Software Development, Desktop applications, Tech details