Forum: C# Jan 5th, 2009 |
| Replies: 6 Views: 1,032 Yes I tried googling but did not find anything suitable. I too am working on Microsoft.CCi library for the first time :( !!
Thanks for your suggestion. I shall try to work on that. |
Forum: C# Jan 5th, 2009 |
| Replies: 6 Views: 1,032 Hi Ramy,
I have tried the approach you have mentioned but am unable to get the desired result. Also, the check needs to be done not only with commandType.Text or StoredProcedure but with other SQL... |
Forum: C# Jan 2nd, 2009 |
| Replies: 6 Views: 1,032 Hi,
I am not unable to understand your question. Can you please be eloborate?
Regards,
Sahana |
Forum: C# Dec 30th, 2008 |
| Replies: 6 Views: 1,032 Hi All,
We have a requirement to write a custom FxCop rule to generate a warning message when a SQL Query is encountered in the program and suggest to use a Stored Procedure instead.
... |
Forum: C Dec 29th, 2008 |
| Replies: 4 Views: 1,788 Thank you.
Regards,
Sahana |
Forum: C# Dec 1st, 2008 |
| Replies: 1 Views: 1,249 Hi,
I am working on "Creating A Multiuser Chat Application" in C#. The code is generating an error --
"SocketException unhandled -- The requested address is not valid in its context" when it... |
Forum: Windows Software Nov 19th, 2008 |
| Replies: 0 Views: 337 Hi All,
I have a table consisting in worksheet2(DataSheet) which has country list and in another worksheet1 i have a list which i am populating from the table DataSheet.
I require the list in... |
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2008 |
| Replies: 0 Views: 478 Hi All,
Can someone suggest me how to solve the following issue?
I have an Excel(macro enabled) consisting a registration form. Based on selection of a certain field, some chosen fields have to... |
Forum: C Oct 16th, 2008 |
| Replies: 4 Views: 1,788 Hello,
The Hexadecimal value of EBCDIC has to be converted to corresponding character as the user inputs it.
The following table shows the hexadecimal value of characters in ASCII and EBCDIC. ... |
Forum: C Aug 20th, 2008 |
| Replies: 3 Views: 1,457 Thanks a lot :) It was very helpful |
Forum: C Aug 19th, 2008 |
| Replies: 3 Views: 1,457 Hi All,
I am facing a problem with using the function strtok(). Following is just a sample code.
The code below stores the string str delimited by comma into an array.
I want to modify the... |