HP3000-L Archives

October 1999, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Joe Geiser <[log in to unmask]>
Reply To:
Date:
Thu, 7 Oct 1999 10:46:55 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Mark,

Instead of this:

>select field1 from file1 order by field3;

try:

select field1,field3 from file1 order by field3;

Also, if using Access Linked Tables, a whole new syntax is used for Access
Linked Tables, that resembles DBNAME_DSET.Item, as opposed to just Item.  You
may wish to use MSQuery or MSQry32 against the Access database with the Linked
tables, and use the Query Builder to put the query together for you.

Regards,
Joe

ATOM RSS1 RSS2