M
Mika M
Hello!
I think this must be simple newbie question. I'm using VB.NET 2003, and
making WinForm application. I need only insert row into database table,
which is some kind of log table, and not need to retrieve any data of it in
this part of my application. It is easy to make using sql like 'INSERT INTO
MyTable (...) VALUES (...) ', but I assume it's better to use databinding or
is it? Why I'm asking this is because if I use databinding, is the
application then retrieving content of the database table into workstations
memory? Because retrieving data is not needed, I want avoid it because this
database log table may become big size later. I would like to 'hear' others
opinions, and if possible see some example code or web link.
I think this must be simple newbie question. I'm using VB.NET 2003, and
making WinForm application. I need only insert row into database table,
which is some kind of log table, and not need to retrieve any data of it in
this part of my application. It is easy to make using sql like 'INSERT INTO
MyTable (...) VALUES (...) ', but I assume it's better to use databinding or
is it? Why I'm asking this is because if I use databinding, is the
application then retrieving content of the database table into workstations
memory? Because retrieving data is not needed, I want avoid it because this
database log table may become big size later. I would like to 'hear' others
opinions, and if possible see some example code or web link.