C
cj
How is the best way to return a single record via sql query that will
result in me being able to read and change the values of the individual
fields as needed as I proceed through a section of code?
Once this section of code is completed that record's changed will need
to be flushed back to the table it was pulled from. This process will
NOT involve a user interface.
I've written queries to get info for a datagrid before and I've written
queries to update records before but storing and reading/changing a
record then flushing it back is new to me in VB.
I'm using VB 2008.
result in me being able to read and change the values of the individual
fields as needed as I proceed through a section of code?
Once this section of code is completed that record's changed will need
to be flushed back to the table it was pulled from. This process will
NOT involve a user interface.
I've written queries to get info for a datagrid before and I've written
queries to update records before but storing and reading/changing a
record then flushing it back is new to me in VB.
I'm using VB 2008.