how to insert data field in a table is empty
- by banita
Hi iam making an application in vb as front end and backend as oracle . I want autogenerated id on click of new button.it works well if data is present in table but show error if the table is empty . What i need to insert so that it work when iam first time using the appliction . my button code is as
Private Sub cmd_new_Click()
Call txt_clear…