Click here to Skip to main content
15,914,111 members

Comments by Ashish Bhujbal (Top 6 by date)

Ashish Bhujbal 22-Nov-13 1:42am View    
Have a look at http://www.codeproject.com/Articles/18692/Instant-Oracle-Using-C
This may resolve your problem
Ashish Bhujbal 28-Apr-12 3:32am View    
http://blog.logiclabz.com/sql-server/split-function-in-sql-server-to-break-comma-separated-strings-into-table.aspx


this link is better than previous one for split function.
Ashish Bhujbal 28-Apr-12 2:49am View    
Please give more details about your question, so one can help you.

Also provide, what you have tried and where you have stucked......
Ashish Bhujbal 9-Apr-12 8:13am View    
1> Before using your above code, make sure that myLabel2.Text in not a empty string.
2> if both label giving you proper values then please revert back with your date format, which is at your labels.
Ashish Bhujbal 26-Mar-12 0:31am View    
Try this:

SELECT [Name], SUM(Duration) AS Value from tbWorker group by [Name]