Re: saving RECNO() at result-sets through sql
From: Rick Bean (rgbean_at_unrealmelange-inc.com)
Date: 07/14/04
- Next message: GaryZ: "RE: FoxPro DOS ver. 2.5B system running on an XP computer"
- Previous message: Mark: "RE: saving RECNO() at result-sets through sql"
- In reply to: Mark: "RE: saving RECNO() at result-sets through sql"
- Next in thread: George: "Re: saving RECNO() at result-sets through sql"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 09:09:24 -0400
Note: Using RECNO() in an SQL SELECT command is only reliable if you are only querying a single table. If you join multiple tables it's unlikely you'll get any meaningful results.
Rick
"Mark" <Mark@discussions.microsoft.com> wrote in message news:65FAADF5-4E2D-419E-AADE-9524D2A7E44E@microsoft.com...
> Hi
>
> SELECT YourFileds, ... , RecNo() AS Number FROM ... INTO
>
> hth
>
> Mark
>
> "Yong Mallare" wrote:
>
> > hi, please enlighten me on the following, thank you very much...
> >
> > 1. is there a way to store the recno() from a lookup file to a result file? i'm using vfp's query designer.
> >
> > 2. how can i add an additional field to the result file to store this recno() through vfp6.0's query designer? i'm planning to add a field to the lookup file just for the result file to have this field accomodate the recno() from the lookup file, is this the only way to address this problem?
> >
> > thanks much
- Next message: GaryZ: "RE: FoxPro DOS ver. 2.5B system running on an XP computer"
- Previous message: Mark: "RE: saving RECNO() at result-sets through sql"
- In reply to: Mark: "RE: saving RECNO() at result-sets through sql"
- Next in thread: George: "Re: saving RECNO() at result-sets through sql"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|