Page 1 of 1

eVB database problem

PostPosted: Oct 24, 2003 @ 12:04pm
by Kuba
Hi,

This is my first message to this forum, so hi everyone :-).

I use eVB and have a pocketpc2002 device (iPAQ).
I have a problem with runninh such query:
select tableA.name inner join tableB on (tableA.name = tableB.name)

It seems like every query that ries to retrieve data from more than one table doesn't work.
Is this some sort of a limit for PocketAccess or am I doing something wrong ?

Can somebody give me an example of a working query ?

regards
Kuba

almost there :-)

PostPosted: Oct 24, 2003 @ 1:01pm
by Kuba
well, the brackets caused an error
without brackets it works

but I have another problem now

how to join tables by 2 fields
... inner join tableA.field1 = tableB.field1 and tableA.field2 = tableB.field2

this doesn't work
it doesn't work with brackets either

anyone did this before and knows what's wrong ?


Kuba

PostPosted: Oct 24, 2003 @ 1:29pm
by refractor

:-)

PostPosted: Oct 27, 2003 @ 9:22am
by Kuba

PostPosted: Oct 27, 2003 @ 9:59am
by refractor

PostPosted: Oct 27, 2003 @ 9:12pm
by Kuba