Thamir,

Try SQL_WLONGVARCHAR...

I haven't tested much with Unicode, so there may be issues there.

Cross-posted to [EMAIL PROTECTED] for more help.

Regards,

Jeff

> 
> Greetings,
> 
> I am parsing an XML file encoded in UTF-8 and want to insert parsed text 
> into  NVARCHAR field in a MSSQL 2000 database. The problem seems that 
> DBD::ODBC driver inserts the text into the database in the wrong 
> encoding. 
> In the bind_param method, I've bound the placeholder to a 
> DBI::SQL_LONGVARCHAR but it didn't work.
> 
> Any clues?
> 
> Regards,
> Thamir
> 
> _______________________________________________
> Perl-Win32-Database mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 

Reply via email to