|
||||||
| Pascal/Delphi Forum for discussing Borland Delphi and Pascal coding techniques, tips and tricks. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
It's an assignment from my teacher for this semester.I make database in mysql and with wizard in Delph i have upload it. It' made with ADO... Now how i can search that database in delphi and how to manipulate with...
All I have now is interface without sence... Help me with the tutorial guys... |
| Sponsored Links |
|
|
|
|||||
|
You'll need to learn SQL for data manipulation. W3Schools Online Web Tutorials has a good tutorial on it.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. |
|
|||
|
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; |
|
|||||
|
You will need a TQuery object that is hooked to the ADO connection. You use TQuery.SQL.* to .Clear, .Add(), .Close, and .Open connections. You extract data using TQuery.ValueByName('FIELD_NAME').AsString, etc.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| migration from of app delphi 2 to delphi 7 | porno.shome | Pascal/Delphi | 3 | 04-22-2008 11:57 AM |
| Delphi help | Nefrit | Pascal/Delphi | 2 | 02-25-2008 03:15 PM |
| delphi : proxy query | handras | Pascal/Delphi | 0 | 01-07-2008 10:20 AM |
| displaying mysql data into jtextfield.Pls help | iz.ziffa | Java Help | 1 | 05-31-2007 11:58 AM |
| Delphi: 2 apps sharing the same DLL instance? | ArgusMike | Pascal/Delphi | 0 | 04-12-2007 03:58 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%