I have inherited a project that where I need to convert time form the
DataTime format to the old form of seconds since 1/1/70. I can't locate any
functionality in the framework (2.0) that even knows about that particular
format.
Can some one point me to some code that does that. I also ne...
more >>
I want to creat a new application domain called 'mydomain' and then load an
assembly named 'myassembly.dll' into the domain. The assembly is in the
folder "C:\Mydata\assembly", which is not the running program folder. I then
want to load the 'MainClass" found in 'myassembly'. I'm having a l...
more >>
Hi all,
I need to delete rows from my db, when the criteria is: older than a
certain date.
Can it be done without an SQL string query?? Using only a DataSet
and/or DataAdapter?
The regular SQL would be: "DELETE FROM EventLog WHERE
EL_TimeStamp<01/08/2006".
But the problem is using the dat...
more >>