Hello
I develop a asp.net web app. and in code a insert query is executed( where a date field is inserted) and just after insert I've executed select query. but dont get the date field data, which is showing null. but if i use Thread.Sleep(8000); between insert and select query then i get the date from database.
I am using .net 2.0 and Sql Server 2005
can anyone tell me what can i do now !!!
Thankx
Naym