Click here to Skip to main content
15,906,333 members

Comments by varuncodee (Top 29 by date)

varuncodee 24-Mar-18 8:04am View    
i am getting error while saving image in database. i am getting this error "Could not save; currently locked by another user." at cmd.ExecuteNonQuery(); line.
varuncodee 24-Mar-18 7:15am View    
Yes that's big mistake, Thank's. i corrected it now i am using cmd.ExecuteNonQuery(); but still getting that error again.
varuncodee 6-Aug-17 12:18pm View    
i tried visual studio wizard for connection and it works. But manually by code it's not working.
varuncodee 6-Aug-17 12:17pm View    
Still not working.
varuncodee 6-Aug-17 11:54am View    
At first they were using DD-MM-YYYY format so all date store in database in same format and after sometime somebody by mistake changed system date format to MM/DD/YYYY so database contain to different type of format. so they are facing problem when to type of date show in crystal report or when they search some record by date it won't give result after date is changed.