A
Adam
This is kind of a tough question, but, I'm working on a
program now and using sql data adapters with sql server to
generate data tables.
I'm updating the tables and then using the
dataadapter.update method to send the table back.
The problem is, the tables have about 30 fields and I'm
only changing 2 (it's a holding file).
Can I make an update statement that will only send back
the 2 fields that I'm changing? Because I noticed that the
dataadpter update statement uses pointers that I don't
know if I can use.
program now and using sql data adapters with sql server to
generate data tables.
I'm updating the tables and then using the
dataadapter.update method to send the table back.
The problem is, the tables have about 30 fields and I'm
only changing 2 (it's a holding file).
Can I make an update statement that will only send back
the 2 fields that I'm changing? Because I noticed that the
dataadpter update statement uses pointers that I don't
know if I can use.