Re: ANSI 97 SQL (MS ACCESS)
- From: "Jeff Johnson [MVP: VB]" <i.get@xxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 14:14:20 -0500
"Rick" <Rick@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1711CCDA-8562-4E2E-A5C0-B6CBEA86A676@xxxxxxxxxxxxxxxx
> I'm working on a VB 6.0 application that uses DAO 3.51 to connect to an MS
> Access 97 database (I know it's quite old, please save your comments)
>
> My problem is in Access's SQL syntax. The program is suppossed to
> automatically bluid the queries (they are all SELECT statements). I find
> that
> the INNER JOIN statements are quite different from SQL2000.
>
> Is there any information on Internet that teaches me how to build queries
> from access97? The problem is with the INNER JOINs, since I have to relate
> several tables at once.
Access formats its joins in a funky manner (lots of parentheses and
nesting), but it's not necessary and they can generally be rewritten in a
straightforward manner. Simply put, if you're familiar with SQL, write the
statement manually and plop it into an Access query. It should work. If not,
post the SQL here and we'll try to help.
.
- Prev by Date: Re: How to check registry key?
- Next by Date: Installing VB6 side-by-side other VS prods
- Previous by thread: Re: ANSI 97 SQL (MS ACCESS)
- Next by thread: Re: ANSI 97 SQL (MS ACCESS)
- Index(es):
Relevant Pages
|
Loading