Re: Trace My SQL Command
Posted by: Gabriela Martinez
Date: November 13, 2012 03:52PM

Abu,

Your code looks fine, just make sure the string.replace has the correct values for the replace operation. You can check this by using Debug.WriteLine method to inspect the values at the moment of the String.Replace. Also you'll have to add
using System.Diagnostics; at the top of your file.

Hope this helps.

Options: ReplyQuote


Subject
Written By
Posted
November 11, 2012 09:15AM
November 12, 2012 10:15AM
November 13, 2012 12:56AM
November 13, 2012 10:35AM
November 13, 2012 11:24AM
Re: Trace My SQL Command
November 13, 2012 03:52PM
November 13, 2012 07:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.