Hi There,
In VB6 I used ADP to confirm record existence by using this script
IF ADO.EOF OR ADO.BOF then
ado.addnew
End if
but in VB.NET 2003, How before using SQL String to Insert the record how do I confirm it's existence in the Table to prevent duplication.
Please help me.