I am using DB2 and C# to develop a web app.I got a problem in adding a new row.My table has Time field in DB2 which is in hh.mm.ss format.In Dot net the equivalent format is hh:mm:ss.My problem is how can I convert the hh:mm:ss(in .NET) to hh.mm.ss in DB2? I need urgent help kidus