Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Charset conversion problem in sybase

Status
Not open for further replies.

Lutfal

Programmer
Nov 4, 2001
14
IN
Hi,

I get following ERROR in inserting data into a text feild in a sybase database table field while inserting data through ADO and ASP 3.0. The syabse (system 11) is installed in a Win 2k server with IIS 5.

##############
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[INTERSOLV][ODBC SQL Server driver][SQL Server]Error converting client characters into server's character set. Some character(s) could not be converted.

#############

Some more clue ....


1. This happens when inserting description (product desc)in norwayian Language.
2. Surprisingly while inserting through ISSQL from the same machine I dont get this error
3. The same data can easily be inserted in MySQL table or
MS-SQL 7.0 table field.

Any help will be apprieciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top