I want to write cursors in MS SQL like what we can do using Oracle. Is there a way to write cursors using procedures in MS SQL. Because I have four tables in my MS SQL DB with large no. of data, and I want to do some calculations using those four tables efficiently. Please reply me as soon as posible........!
I created a list view, which contains elements of the string type, which I directly getting from the DB. How should I sort this list view either in ascending or descending order using C#.
I have done report generating with Crystal Reports, But the customer wants me to write the printing data to a port of a POS machine. Because this particular customer wants to get the printouts using a POS printer. How can I do that using C#, because I allready developed this particular application using C#.