display a backslash
TheApplication().TraceOn("C:\XYZY\trace.txt","SQL",""); \\ This line giving error SBL-EXL-00106.
After googling the problem, I found that the problem with \. So i replaced "\" with "\\" then it is working fine.Pelase could you tell why it was working like this.
Regards,
User420486