Re: How to autogenerate a number in VFP 6?
From: Altman (NotGiven_at_SickOfSpam.com)
Date: 03/16/04
- Next message: Stefan Wuebbe: "Re: How to autogenerate a number in VFP 6?"
- Previous message: Trey Walpole: "Re: NVL"
- In reply to: Gary: "How to autogenerate a number in VFP 6?"
- Next in thread: Stefan Wuebbe: "Re: How to autogenerate a number in VFP 6?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 10:20:48 -0600
typically how this is done is to have a table that stores the last used
number and then have a function in your stored procedures that will read
this data update it to the next number and return that number. If you're
doing this for creating primary keys this is how you'll have to do it until
you get to to VFP 8 which has an autogenerate built in.
- Next message: Stefan Wuebbe: "Re: How to autogenerate a number in VFP 6?"
- Previous message: Trey Walpole: "Re: NVL"
- In reply to: Gary: "How to autogenerate a number in VFP 6?"
- Next in thread: Stefan Wuebbe: "Re: How to autogenerate a number in VFP 6?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|