[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Uploading data to MS SQL Server - problem with quote character

Sam Dela Cruz

1/5/2006 1:05:00 AM

Hi,

I'm a ruby newbie. On one project I have, I need to upload data coming
from Oracle database to an MS SQL Server. But I'm having problems
inserting if data contains a quote (') character. Is there a method
within the dbi ODBC to quote the data?

Thanks,
Sam