faqts : Computers : Programming : Languages : Visual basic

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

15 of 41 people (37%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How do i generate auto numbers?

Sep 30th, 2003 02:09
Vivek Raman, Krishnapriya R.G.Menon,


Autonumbering Using the ADO objects (Numbers)
---------------------------------------------

Create the Table and set one of the field column as number

use the ADO recordset to fetch the last value in the column.

Increment that value

Store it in the database