borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Datareport and Invalid data source)Next Topic (Errors on trying to add data) New Topic New Poll Post Reply
AndreaVB Forum : Database : query help
Poster Message
dimitris
Level: Graduate

Registered: 15-07-2002
Posts: 9

icon query help

HOW CAN I MAKE A QUERY IN ACCESS 2000 TO READ IN A TDBGRID (COMPONENT ONE)
ALL THE FIELDS FROM LETS SAY 15 DIFFERENT TABLES?
THANK YOU.

02-10-2002 at 08:24 AM
View Profile Send Email to User Show All Posts | Quote Reply
w32crazydev
Level: Guest

icon Re: query help

you need to build an sql string
like this

dim strdata
strdata="SELECT A,B,C,D FROM A,B,C,D"

this means that you refer to all the fields that you want to reach in the database tables and then refer to the tables that contain it.
for example:

select name,surname,salary from pdata,jobs

SQL will automatically find from where on pdata,jobs to search for name,salary,surname

(surname and name could be found on pdata or jobs)

but this method does not work in tables who have the same fields.

if you want to search tables with same fields contact me on leadcpp@yahoo.com to tell you how....

ellinas eisai re? kai go ellinas eimai...   

02-10-2002 at 10:42 AM
| Quote Reply
dimitris
Level: Graduate

Registered: 15-07-2002
Posts: 9
icon Re: Re: query help

I would like to tell me how can i do it  (the tables are the same, so are the fields of each table).
Euxaristw poly re filaraki.

[Edited by dimitris on 06-10-2002 at 09:24 AM GMT]

06-10-2002 at 09:20 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : query help
Previous Topic (Datareport and Invalid data source)Next Topic (Errors on trying to add data) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder