Ask a Question related to Coldfusion Database Access, Design and Development.
-
kingofcar #1
Problem inserting arabic caracters in SQL server table
I have a problem when trying to insert arabic characters in SQL Server data
base from a Coldfusion MX 7 cfml page. All arabic sent characters to database
become question marks "????????????".
Is there any problem in supporting arabic characters in Coldfusion MX 7 ? or
is there any settings to change from the ColdFusion administrator?
I need your help.
Thank you any advanceText
kingofcar Guest
-
Saving arabic data back into an Access table
I am trying to save arabic text from Flash 8 to an Access table through ASP. Please help me fix this issue. I am using the following code in... -
Simple Problem - Inserting current date into table
Hello Im trying to create a form in which when someone registers, it also adds the current date into a specified field from a hiddenfield... -
Problem inserting a autonumber value from a recordset to another table as text
The problem I'm having is I'm trying to insert a number value (UserID) obtained from the first SQL1 query from a table called User. In the Access... -
how to embed arabic fonts in director so that arabic texts will be shown
how to embed arabic fonts in director so that arabic texts will be shown normally in their format not in symbols -
Inserting data into a table
I am quite new to all this but am trying to create a database driven site. I have been able to use information from my sample database but I now... -
PaulH *TMM* #2
Re: Problem inserting arabic caracters in SQL server table
kingofcar wrote:
no, no problem. what db driver? JDBC or odbc? should be JDBC. what datatype?> Is there any problem in supporting arabic characters in Coldfusion MX 7 ? or
> is there any settings to change from the ColdFusion administrator?
should be ntext/nvarchar/nchar. to make it easy on yourself use unicode rather
than a codepage. see this for a simple example:
[url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url]
PaulH *TMM* Guest
-
Unregistered #3
Re: Problem inserting arabic caracters in SQL server table
write the character 'N' before the arabic data
ex:-
insert into tablename values(' Nالبيانات ',' N البيانات ');Unregistered Guest



Reply With Quote

