A
Agnes
I had declare the keyconstraint.
Dim con_id_rv As ForeignKeyConstraint
con_id_rv = New ForeignKeyConstraint("fk_id",
dtInv.Columns("invno"), dtRv.Columns("invno"))
However, I got one error
Object reference not set to an instance of an object.
Please help.
Thanks a lot
Dim con_id_rv As ForeignKeyConstraint
con_id_rv = New ForeignKeyConstraint("fk_id",
dtInv.Columns("invno"), dtRv.Columns("invno"))
However, I got one error
Object reference not set to an instance of an object.
Please help.
Thanks a lot