Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 27th, 2006, 04:03 AM
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default arabic reading

i am trying to read arabic in a web form from sqlserver2000
but i get some thing like ????? .whats? wrong while the query analizer run the query and give me the right output
in arabic i amusin the next query for input
update t1
set col1=N'arabic text'
where c_id=1
and in the asp.net page
cmd.CommandText="select col1 from t1";
        SqlDataReader rd=cmd.ExecuteReader();
        while(rd.Read())
 Response.Write("<br>"+"//what // "+rd[0].ToString());
so please help if possible






Similar Threads
Thread Thread Starter Forum Replies Last Post
File Name - Arabic dhara_adh General .NET 0 January 30th, 2007 08:16 AM
Arabic text dhara_adh General .NET 0 January 16th, 2007 06:42 AM
printing in arabic prakash.sen XSLT 0 May 29th, 2006 09:35 AM
Arabic problem asifshaikh VB How-To 1 February 19th, 2006 09:27 PM
Arabic Font mateenmohd Classic ASP Basics 0 September 12th, 2005 09:10 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.