Hi there,
I've got an object/class that hold some attibutes which are inititaly filled with data using a select statement. (Odbc connection) This includes a database timestamp (stored as Byte[]). Each database row get's its own object/class instantiation. (I'm not planning to use any dataset(s) in my project.)
Now I want to construct a Update statement which uses the timestamp as check. My idea is to construct a string and use ExecuteNonQuery () because that fits best in my choosen solution.
But I'm stuck on how to get the timestamp in the where clause. Can someone enlighten me? Please? Thanks in advance
Coretta (NL)
Fresh to the game of C# and working with Visual Studio 2005 (Beta)
I've got an object/class that hold some attibutes which are inititaly filled with data using a select statement. (Odbc connection) This includes a database timestamp (stored as Byte[]). Each database row get's its own object/class instantiation. (I'm not planning to use any dataset(s) in my project.)
Now I want to construct a Update statement which uses the timestamp as check. My idea is to construct a string and use ExecuteNonQuery () because that fits best in my choosen solution.
But I'm stuck on how to get the timestamp in the where clause. Can someone enlighten me? Please? Thanks in advance
Coretta (NL)
Fresh to the game of C# and working with Visual Studio 2005 (Beta)