|
||||||
| 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 Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||
|
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 Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| 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 10:57 AM |
| Delphi help | Nefrit | Pascal/Delphi | 2 | 02-25-2008 02:15 PM |
| delphi : proxy query | handras | Pascal/Delphi | 0 | 01-07-2008 09:20 AM |
| displaying mysql data into jtextfield.Pls help | iz.ziffa | Java Help | 1 | 05-31-2007 10:58 AM |
| Delphi: 2 apps sharing the same DLL instance? | ArgusMike | Pascal/Delphi | 0 | 04-12-2007 02:58 PM |
| Xav | ........ | 1333.07 |
| MeTh0Dz|Reb0rn | ........ | 1055.7 |
| John | ........ | 881.37 |
| morefood2001 | ........ | 879.43 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 851.68 |
| Brandon W | ........ | 757.44 |
| chili5 | ........ | 312.39 |
| Steve.L | ........ | 247.05 |
| dcs | ........ | 219.87 |
Goal: 100,000 Posts
Complete: 82%