![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 45
Rep Power: 0
![]() |
Queries in delphi
Hey all,
I have created a log in box for a form. When the user correctly enters a username and password the desired form will open. However, I only want the form to display certain records in a database...I assume this is a query...how is this done in delphi?! I am using paradox tables. Thanks! Grant. |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
You just run an SQL query through it. I've never used Paradox, but SQL generally works in the same way - execute something like this:
SELECT column1, column2 FROM table WHERE column1 < 100 AND column3 = 'Moo.'; |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|