How to use Oracle Nextval function from Visual FoxPro (186103)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
This article was previously published under Q186103 SUMMARY
The sample code below demonstrates how to use the Nextval function of an
Oracle database from Visual FoxPro. The Nextval function retrieves the next
available number from a sequence.
Oracle Sequence is similar to Identity Columns in Microsoft SQL Server
version 6.0, which contains system-generated sequential values that
uniquely identify each row within a table.
Modification Type: | Major | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbhowto KB186103 |
---|
|