View Single Post
  #3 (permalink)  
Old 05-15-2008, 12:41 PM
zeroo zeroo is offline
Newbie
 
Join Date: Mar 2008
Posts: 2
Credits: 0
Rep Power: 0
zeroo is on a distinguished road
Default Re: Delphi connection

Tnx...But i Know how to manipulate with mysql....but don't know how to put that concept in delphi...I need aplication in delphi where i can search my database...for example :
select * from client;
select * from article where price>4.00;
Reply With Quote