Folks, The following methods are in .net 2.0 but not in mono's latest release whe ncompiling with the .Net 2.0 compiler. DateTime.TryParse() OleDb.Parameters.AddWithValue(); Also the equivilant OleDb.Parameters.Add(); signature needs to be marked obsolete. Regards, Justin Dearing