Re: MySQL via Delphi 7
although using the sql components would be much better I would like to show you a unique (harder and not recommended method because this method is unconventional) method to connect and query the mysql server.
You know that the mySQL server opens by default the port 3306. So you can telnet to that port and do raw queries.. A detailed tutorial on how to telnet to a mySQL server and interogate the database is found here:
http://www.aota.net/PHP_and_MySQL/telnet2mySQL.php4
All you need to do now is to implement a telnet client.. Enjoy
Voice Editing Software
http://voice-software.org
Subject
Written By
Posted
September 02, 2006 08:59PM
September 06, 2006 04:49AM
November 04, 2008 08:00AM
Re: MySQL via Delphi 7
August 26, 2008 07:51AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.