<div>Hi</div>
<div> </div>
<div>I am using delphi and sql server 2000. I am facing a issue while inserting a value to a database</div>
<div> </div>
<div>TABLE x</div>
<div> </div>
<div>INSERT INTO X VALUES('VIKAS`S');</div>
<div> </div>
<div>this statement fails. If you see the above query there is a ` value in the string. When i fire this query in query analyser it goes well.</div>
<div> </div>
<div>But when i use the same using delhi tquery execsql. It fails.</div>
<div> </div>
<div>I tried D``costa for example than D`costa it works. But this changes the name completely. So any ideas how to handle (`) this one.</div>
<div> </div>
<div>Regards</div>
<div>Vikas <br clear="all"><br>-- <br> vikas </div>