G
Greg
Say I have a database with a table called "Customers" and I want to create a
class that has the properties CustomerID and CustomerName, which I want to
be able to read as well as update. So if I say, Customers.CustomerName =
"Bob", it will update the row in the table automatically? Is there a way to
do this, or would need to call an update sub afterwords that would do the
updates?
class that has the properties CustomerID and CustomerName, which I want to
be able to read as well as update. So if I say, Customers.CustomerName =
"Bob", it will update the row in the table automatically? Is there a way to
do this, or would need to call an update sub afterwords that would do the
updates?