<div>Hi</div>
<div>&nbsp;</div>
<div>I am using delphi and sql server 2000. I am facing a issue while inserting a value to a database</div>
<div>&nbsp;</div>
<div>TABLE x</div>
<div>&nbsp;</div>
<div>INSERT INTO X VALUES(&#39;VIKAS`S&#39;);</div>
<div>&nbsp;</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>&nbsp;</div>
<div>But when i use the same using delhi tquery execsql. It&nbsp;fails.</div>
<div>&nbsp;</div>
<div>I tried D``costa for example than D`costa it works. But this changes the name completely. So any ideas how to&nbsp;handle&nbsp;(`) this one.</div>
<div>&nbsp;</div>
<div>Regards</div>
<div>Vikas&nbsp;<br clear="all"><br>-- <br>&nbsp;&nbsp;vikas </div>