Showing Chinese characters being fetched from database.

Hi,
I have an application (using JSP and Servlets) that needs to show the data fetched from an nVarchar field from an Oracle database. When the data being read includes chinese characters, they are shown as "?". The encoding shown on the client browser is "ISO-8859-1", which clearly needs to be UTF-8.
Can anybody guide me as to the settings required on the server to change the encoding and ensure that the pages are sent out properly.
Regards,
Manish.

First, check to make sure that the strings sent to the browser are correctly encoded. Do so by manually switching the browser's encoding to the correct value. If you see the correct string, then set the charset to UTF-8. Some thing like this:
Content-Type: text/html; charset=utf-8

Similar Messages

  • When calling report from forms, only html format report can show chinese characters

    To all experts,
    When I run report by calling run_report_object() in forms, only html format can show chinese characters. If I choose pdf format, garbage characters were shown instead of chinese characters. My settings on server are as follows:
    NLS_LANG=TRADITIONAL CHINESE_HONG KONG.UTF8
    FORMS60_REPFORMAT=PDF
    Do you know why? I hope to print report in PDF format as PDF turned out to be more regular in format. Is there any additional settings required?
    May experts here broaden my mind?
    Richard

    You have two different ways of generating Japanese PDF files from Reoprts. One is font aliasing and the other is font subsetting.
    <font aliasing>
    You will need to have the following entries in uiprint.txt (example).
    [ PDF ]
    .....JA16SJIS = "KozMinPro-Regular-Acro"
    "MS UI Gothic".....JA16SJIS = "KozMinPro-Regular-Acro"
    You may need to download and install Japanese Font Pack from Adobe's web site (if your Acrobat is non-Japanese version).
    <font subsetting>
    You will need to add C:\WINNT\Fonts (or wherever your TTF/TTC fonts are installed) to your REPORTS_PATH.
    You will also need to have the following entries in uiprint.txt (example).
    [ PDF:Subset ]
    "Andale Duospace WT J" = "Aduoj.ttf"
    "Albany WT J"="AlbanWTJ.ttf"
    "MS UI Gothic" = "msgothic.ttc"

  • When calling report in forms, only html format can show chinese characters

    To all experts,
    When I run report by calling run_report_object() in forms, only html format can show chinese characters. If I choose pdf format, garbage characters were shown instead of chinese characters. My settings on server are as follows:
    NLS_LANG=TRADITIONAL CHINESE_HONG KONG.UTF8
    FORMS60_REPFORMAT=PDF
    Do you know why? I hope to print report in PDF format as PDF turned out to be more regular in format. Is there any additional settings required?
    May experts here broaden my mind?
    Richard

    Assuming that you are using version 6i, try using Oracle9i Reports it has support for multi-byte in PDF.
    By the way, Reports questions will get better response if you send them on the reports forum.

  • Itunes can not show chinese characters.

    My Itunes can not show chinese characters, they are all blocks, while I can re-type in the chinese name of the song in Itunes, then it works.
    The same as Japanese, some time it can show Jap, while sometime can not. How can I solve this problem. My computer is Mac system

    Do you have such problem only with Chinese characters?

  • AWT PopupMenu not showing Chinese Characters

    Hi all.
    I have a mostly Swing application that must display English and Chinese characters. Changing the Swing components has been easy, however I am having problems changing an AWT PopupMenu that i use in combination with the new TrayIcon features of Java 6. TrayIcon requires an awt PopupMenu, so i cannot use a Swing JPopupMenu even if i wanted to.
    The problem is that instead of the correct words i am getting just empty squares, which seem to indicate a problem. I have tried setting the font to "SimSun" but this made no difference.
    I also tried this hack to use a JPopupMenu with Trayicon
    http://weblogs.java.net/blog/ixmal/archive/2006/05/using_jpopupmen.html
    This correctly showed the Chinese characters but it threw up lots of 'class cast' exceptions.
    My ideal solution would be to fix the problems with PopupMenu as apposed to fixing the class cast exception errors with the JPopMenu hack.
    Would anyone know why i cannot display Chinese characters in a AWT PopupMenu? have i missed something?
    Thanks
    Steven

    hi!
    check this out
    package com.ani;
    import java.awt.BorderLayout;
    import java.awt.Font;
    import java.awt.Frame;
    import java.awt.Graphics;
    import java.awt.Label;
    import java.awt.Panel;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JLabel;
    public class showHindi extends Panel
         public showHindi()
              setLayout(new BorderLayout());
              String unicodeText = "\u0928\u092e\u0938\u094D\u0924\u0947";
              Font fn = new Font("Arial Unicode MS", Font.PLAIN, 32);
              Label lblText = new Label(unicodeText) {
                   @Override
                   public void paint(Graphics g)
                        //super.paint(g);
                        g.clearRect(0, 0, getWidth(), getHeight());
                        String str = getText();
                        g.drawChars(str.toCharArray(), 0, str.length(), 0, 30);
                        //System.out.println(getText());
              lblText.setFont(fn);
              JLabel lblText1 = new JLabel(unicodeText);
              lblText1.setFont(fn);
              add(lblText, BorderLayout.NORTH);
              add(lblText1, BorderLayout.SOUTH);
         public static void main(String[] args)
              Frame frm = new Frame("Test Hindi");
              frm.add(new showHindi());
              frm.setSize(600, 400);
              frm.addWindowListener(new WindowAdapter() {
                   @Override
                   public void windowClosing(WindowEvent e)
                        System.exit(0);
              frm.setVisible(true);
    }this is working in my machine. i have used JLabel and Label both to just show you the difference. there is a flickering bug because of rendering, i hope you can manage that.
    regards
    Aniruddha

  • Showing Chinese Characters in Pre Music Player?

    Does anyone know how to show music files with Chinese names in a palm pre? Cuz, I tried to drag music files into my pre and the first time it shows the Chinese characters but then when I drag more files, it stops showing the Chinese characters. Instead it shows some weird letters.

    我用pdkstrut没有出现这样的问题。
    国内没有多少人用这个,可否交流一下。
    msn:[email protected]
    qq:29956298

  • Which method does the actual bulk fetch from database in ADF?

    Hi,
    I'm looking to instrument my ADF code to see where bottlenecks are. Does anyone know which method does the bulk fetch from the database so that I can override it?
    Thanks
    Kevin

    Hi,
    I think you need to be more specific. ADF is a meta
    data binding layer that delegates data queries to the
    business service
    FrankSorry - to be specific I probably mean BC4J - when a query runs in a view object.

  • Toggle value fetch from database

    Hi Room!
    I am trying to achieve this task seriously and i have spent almost a week trying to hack it but thought may be the room might be able to help, i want to be able to change the value fetched from the database and displayed in a table cell say <td><%= rBean.getCategory()%></td> to image. For example if the value=NNYY, i would like to replace all N with red image else if the Character is Y then replace with green image.
    Can anyone help?

    I found out why. I put ## to escape #
    thanks

  • How to show chinese characters in Itunes.

    I downloaded Itunes for windows XP on my work desktop but it doesn't show the chinese characters instead it shows boxes. I have Itunes on my Powerbook and I didn't have to do anything special and the chinese characters are shown.

    I downloaded Itunes for windows XP on my work desktop
    but it doesn't show the chinese characters instead it
    shows boxes. I have Itunes on my Powerbook and I
    didn't have to do anything special and the chinese
    characters are shown.
    In WinXP, you do need to do something special to enable Chinese support. See this page:
    http://www.microsoft.com/globaldev/handson/user/xpintlsupp.mspx

  • Non ascii characters being sent from a parameter in a form

    Hi!
    I have seen many topics posted on passing non ascii characters through parameters from one servlet to another and converting them into whatever format is necessary.
    However, I have not seen anyone answer the following question. I have a jsp page (html) with the character encoding set to utf-8. The user inputs some data in to a text field which is inside a form. The data could be in non ascii characters such as hebrew or arabic. This form is then sent to another jsp where i try to retreive the data from teh text field. No matter what i do, i cannot get the data presented correctly. It is either question marks or other wierd symbols.
    I have tried every permetation of encoding of the actual html page, the ecoding of the string from request.getParameter etc but it still is not presented on the new html page correctly.
    Can anyone help??
    Spencer

    Ok, I solved the problem.
    I had to put at the top request.setCharacterEncoding("utf-8");
    Spencer

  • Safari doesn't show Chinese characters in a specific site?

    Hi all,
    I've just found a weird thing that Safari doesn't show Chinese character in this site.
    http://blog.bcxstudio.net/
    It works in Firefox (Mac and win), Chrome (mac and win), IE 6-9, Safari for Mac, but not Safari on Windows.
    However, when I browse other websites like Yahoo hong kong and Apple HK. There is no problem.
    http://hk.news.yahoo.com
    http://www.apple.com/hk
    My best guess is that the site may uses some fonts (CSS3 @font-face?) that safari did not support.
    Anyone knows what happened?
    I am on Windows 7, Safari for Windows 5.0.2 (7533.18.5)
    Thank you!

    That's a bit odd ... I'm getting the opposite effect at the moment on my XP SP3. I'm not seeing the text in IE 8 (I don't think I've got the International character sets installed for my XP Pro), but they show fine in my Safari 5.0.2.
    Are you still seeing the effect at your end at the moment, b?

  • Special characters being read from the unicode file for greek language

    Hi All,
    I have a report which would upload a unicode file and then update the vendor master data accordingly.
    The file contains greek characters too.
    when the file is being read in the code, some special characters are being added up to the vendor number which is the first entry. The special characters are not included in the file , but are added up only to the first vendor number and not any other vendor numbers.
    The logic that is being used is as follows :
    TRY.
          IF unicode IS INITIAL.
            IF codepage IS INITIAL.
    *-->      For backward compatibility where this FM might be called from
    *         other dependent objects (FMs/dynamic subroutines)
    *         which donot have access to  user's input w.r.t Unicode parameters
              OPEN DATASET filename FOR INPUT
                   IN LEGACY TEXT MODE
                   MESSAGE msg
                   REPLACEMENT CHARACTER repl_char
                   IGNORING CONVERSION ERRORS
                   FILTER filter.                         
            ELSE.
    *--> System in non-unicode and Unicode Environment (Phases I and II)
              OPEN DATASET filename FOR INPUT
                   IN LEGACY TEXT MODE CODE PAGE codepage MESSAGE msg
                   REPLACEMENT CHARACTER repl_char
                   IGNORING CONVERSION ERRORS
                   FILTER filter.                          
            ENDIF.
          ELSE.
    *-->  Extract File in Unicode format - Phase III
            OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING UTF-8
            MESSAGE msg
            FILTER filter.                                 
          ENDIF.
          IF sy-subrc NE 0.
            MESSAGE e001(zuni) WITH filename sy-subrc
             RAISING file_open_error.
          ENDIF.
    the unicode parameters used are : codepage = 8000.
    An early reply is most appreciated.
    Regards,
    Manu.

    Please check SAP notes for Eastern European Characters in Unicode system. and may be below code helps you
    DATA:
        ltp_bom                  TYPE sychar01,
        ltp_encoding             TYPE sychar01,
        ltp_codepage             TYPE cpcodepage.
    Processing --------------------------------------------------------- *
      TRY.
          CALL METHOD cl_abap_file_utilities=>check_utf8
            EXPORTING
              file_name         = itp_filename
              max_kb            = -1
              all_if_7bit_ascii = abap_true
            IMPORTING
              bom               = ltp_bom
              encoding          = ltp_encoding.
        CATCH cx_sy_file_open .
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                  RAISING file_open_error.
        CATCH cx_sy_file_authority .
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                  RAISING file_authority_error.
        CATCH cx_sy_file_io .
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                  RAISING file_io_error.
      ENDTRY.
      CASE ltp_encoding.
        WHEN cl_abap_file_utilities=>encoding_utf8
          OR cl_abap_file_utilities=>encoding_7bit_ascii.
          CASE ltp_bom.
            WHEN cl_abap_file_utilities=>no_bom.
              OPEN DATASET itp_filename FOR INPUT IN TEXT MODE
                ENCODING UTF-8.
            WHEN cl_abap_file_utilities=>bom_utf8.
              OPEN DATASET itp_filename FOR INPUT IN TEXT MODE
                ENCODING UTF-8
                  SKIPPING BYTE-ORDER MARK.
            WHEN cl_abap_file_utilities=>bom_utf16_be.
              ltp_codepage = '4102'.
              OPEN DATASET itp_filename FOR INPUT IN LEGACY BINARY MODE
                BIG ENDIAN CODE PAGE ltp_codepage.
            WHEN cl_abap_file_utilities=>bom_utf16_le.
              ltp_codepage = '4103'.
              OPEN DATASET itp_filename FOR INPUT IN LEGACY BINARY MODE
                LITTLE ENDIAN CODE PAGE ltp_codepage.
            WHEN OTHERS.
              OPEN DATASET itp_filename FOR INPUT IN TEXT MODE
                ENCODING UTF-8.
          ENDCASE.
        WHEN OTHERS.
          OPEN DATASET itp_filename FOR INPUT IN LEGACY TEXT MODE.
      ENDCASE.
    Edited by: Nilesh Shete on May 7, 2010 5:29 PM

  • Report Bursting with data fetch from database

    Hi,
    i have a report which needs to be published in the below mentioned way and the report is scheduled daily.
    1. Fetch the details from the database with the Client id, language preference, delivery mechanism(Email,FTP,Fax), delivery location(Email -ID,FTP Location,FAx number).
    2. The client id needs to be passed as a parameter and the report has to be generated in the preferred language and deliver the generated report as per the preference.
    3. The delivery also needs to be tracked accordingly.
    Could you kinldy post your suggestions on the same.
    Thanks,
    Vijay

    The data table is created by me. I am positive that every field in the table has a value for every single record.

  • Excel spreadsheet export doesn't show chinese characters properly

    Hi all.
    I've created the excel export option following the steps in Bex's book, and it's working fine, but I'm not able to export results in UTF8. I'm facing problems when the dDoctitle for some documents is in chinese.
    So far, I've tried adding the charset <$setContentType("text/csv; *charset=UTF-8*")$>, but it doesn't seem to work. I've also tried setting different content types and charsets without success.
    Any idea?
    Thanks in advance.

    Yes, I have it and I can see other chinese websites. Moreover, in Content Server, I see correctly (in chinese) the dDoctitle field i'm trying to export. In fact I've written some titles in chinese just to test it. It's in the csv file where I see the strange characters.
    Thanks.

  • Local Resource not being read from database

    I created a Customer Resource Provider for my project. 
    This provider is executing properly for Global resource requests (see sample #1 reference below). 
    However, for Local resource references (see Sample #2 below), it is not loading anything.  Can anybody help out or spot what is wrong?
    Sample #1:
    <asp:Label
    ID="lblAmount"
    runat="server"
    Text="<%$
    Resources:TestResource, Total_Amount_is %>"></asp:Label
    >
    Sample #2:
    <asp:TextBox
    ID="txtMoney"
    runat="server"
    meta:resourcekey="txtMoneyResource1"></asp:TextBox>
    Here is the Customer Provider code:
    using System;
    using System.Collections;
    using System.Collections.Generic;
    using System.Collections.Specialized;
    using System.Linq;
    using System.Web;
    using System.Web.Compilation;
    using System.Globalization;
    using System.Resources;
    using System.Data;
    using System.Data.SqlClient;
    using System.Data.SqlTypes;
    using System.Text;
    using System.Diagnostics;
    using System.Runtime.CompilerServices;
    namespace Globalization_and_LocalizationV6
    public sealed class SqlResourceProviderFactory : ResourceProviderFactory
    public SqlResourceProviderFactory()
    public override IResourceProvider CreateGlobalResourceProvider(string classKey)
    return new SqlResourceProvider(null, classKey);
    public override IResourceProvider CreateLocalResourceProvider(string virtualPath)
    //virtualPath = System.IO.Path.GetFileName(virtualPath);
    //virtualPath = virtualPath.Replace(HttpContext.Current.Request.ApplicationPath, "");//System.Web.VirtualPathUtility.ToAppRelative(virtualPath)
    virtualPath = virtualPath.Replace(System.Web.VirtualPathUtility.ToAppRelative(virtualPath), "");
    return new SqlResourceProvider(virtualPath, null);
    }//End of Sealed Class called SqlResourceProviderFactory
    internal class SqlResourceProvider : IResourceProvider
    private string _virtualPath;
    private string _className;
    private IDictionary _resourceCache;
    private static object CultureNeutralKey = new object();
    public SqlResourceProvider(string virtualPath, string className)
    _virtualPath = virtualPath;
    _className = className;
    private IDictionary GetResourceCache(string cultureName)
    object cultureKey;
    if (cultureName != null)
    cultureKey = cultureName;
    else
    cultureKey = CultureNeutralKey;
    if (_resourceCache == null)
    _resourceCache = new ListDictionary();
    IDictionary resourceDict = _resourceCache[cultureKey] as IDictionary;
    if (resourceDict == null)
    resourceDict = SqlResourceHelper.GetResources(_virtualPath, _className, cultureName, false, null);
    _resourceCache[cultureKey] = resourceDict;
    return resourceDict;
    object IResourceProvider.GetObject(string resourceKey, CultureInfo culture)
    string cultureName = null;
    if (culture != null)
    cultureName = culture.Name;
    else
    cultureName = CultureInfo.CurrentUICulture.Name;
    object value = GetResourceCache(cultureName)[resourceKey];
    if (value == null)
    // resource is missing for current culture, use default
    SqlResourceHelper.AddResource(resourceKey, _virtualPath, _className, cultureName);
    value = GetResourceCache(null)[resourceKey];//How do you add a new item to the "list" inside this method? Or refresh the list with the updated data?
    if (value == null)
    // the resource is really missing, no default exists
    SqlResourceHelper.AddResource(resourceKey, _virtualPath, _className, string.Empty);
    return value;
    IResourceReader IResourceProvider.ResourceReader
    get
    return new SqlResourceReader(GetResourceCache(null));
    }//End of Sealed Class SqlResourceProvider
    internal sealed class SqlResourceReader : IResourceReader
    private IDictionary _resources;
    public SqlResourceReader(IDictionary resources)
    _resources = resources;
    IDictionaryEnumerator IResourceReader.GetEnumerator()
    return _resources.GetEnumerator();
    void IResourceReader.Close()
    IEnumerator IEnumerable.GetEnumerator()
    return _resources.GetEnumerator();
    void IDisposable.Dispose()
    }//End of Sealed Class SqlResourceReader
    internal static class SqlResourceHelper
    public static IDictionary GetResources(string virtualPath, string className, string cultureName, bool designMode, IServiceProvider serviceProvider)
    SqlConnection con = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["ASPNETDB"].ToString());
    SqlCommand com = new SqlCommand();
    // Build correct select statement to get resource values
    if (!String.IsNullOrEmpty(virtualPath))
    // Get Local resources
    if (string.IsNullOrEmpty(cultureName))
    // default resource values (no culture defined)
    com.CommandType = CommandType.Text;
    com.CommandText = "select resource_name, resource_value" +
    " from ASPNET_GLOBALIZATION_RESOURCES" +
    " where resource_object = @virtual_path" +
    " and culture_name is null";
    com.Parameters.AddWithValue("@virtual_path", virtualPath);
    else
    com.CommandType = CommandType.Text;
    com.CommandText = "select resource_name, resource_value" +
    " from ASPNET_GLOBALIZATION_RESOURCES " +
    "where resource_object = @virtual_path " +
    "and culture_name = @culture_name ";
    com.Parameters.AddWithValue("@virtual_path", virtualPath);
    com.Parameters.AddWithValue("@culture_name", cultureName);
    else if (!String.IsNullOrEmpty(className))
    // Get Global resources
    string strFinalCultureName = string.Empty;
    if (String.IsNullOrEmpty(cultureName))
    strFinalCultureName = string.Empty;
    else
    strFinalCultureName = cultureName;
    com.CommandType = CommandType.Text;
    com.CommandText = "select resource_name, resource_value " +
    "from ASPNET_GLOBALIZATION_RESOURCES where " +
    "resource_object = @class_name and" +
    " culture_name = @culture_name ";
    com.Parameters.AddWithValue("@class_name", className);
    com.Parameters.AddWithValue("@culture_name", strFinalCultureName);
    //if (string.IsNullOrEmpty(strFinalCultureName))
    // // default resource values (no culture defined)
    // com.CommandType = CommandType.Text;
    // com.CommandText = "select resource_name, resource_value" +
    // " from ASPNET_GLOBALIZATION_RESOURCES " +
    // "where resource_object = @class_name" +
    // " and culture_name is null";
    // com.Parameters.AddWithValue("@class_name", className);
    //else
    // com.CommandType = CommandType.Text;
    // com.CommandText = "select resource_name, resource_value " +
    // "from ASPNET_GLOBALIZATION_RESOURCES where " +
    // "resource_object = @class_name and" +
    // " culture_name = @culture_name ";
    // com.Parameters.AddWithValue("@class_name", className);
    // com.Parameters.AddWithValue("@culture_name", cultureName);
    else
    // Neither virtualPath or className provided,
    // unknown if Local or Global resource
    throw new Exception("SqlResourceHelper.GetResources()" +
    " - virtualPath or className missing from parameters.");
    ListDictionary resources = new ListDictionary();
    try
    con.Open();
    //SqlCommand _com = con.CreateCommand();
    //_com.Connection = con;
    //_com.CommandType = CommandType.Text;
    //_com.CommandText = com.CommandText;
    //_com.Parameters.AddRange(com.Parameters.AddRange(com.Parameters.Cast<System.Data.Common.DbParameter>().ToArray()););
    //foreach (var Parameters in com.Parameters)
    // _com.Parameters.
    com.Connection = con;
    SqlDataReader sdr = com.ExecuteReader(CommandBehavior.CloseConnection);
    while (sdr.Read())
    string rn = sdr.GetString(sdr.GetOrdinal("resource_name"));
    string rv = sdr.GetString(sdr.GetOrdinal("resource_value"));
    resources.Add(rn, rv);
    catch (Exception e)
    throw new Exception(e.Message, e);
    finally
    if (con.State == ConnectionState.Open)
    con.Close();
    return resources;
    }//End of GetResources
    public static void AddResource(string resource_name, string virtualPath, string className, string cultureName)
    string resource_object = "UNKNOWN **ERROR**";
    if (!String.IsNullOrEmpty(virtualPath))
    resource_object = virtualPath;
    else if (!String.IsNullOrEmpty(className))
    resource_object = className;
    string strFinalCultureName = string.Empty;
    if (String.IsNullOrEmpty(cultureName))
    strFinalCultureName = string.Empty;
    else
    strFinalCultureName = cultureName;
    SqlConnection con = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["ASPNETDB"].ToString());
    SqlCommand com = new SqlCommand();
    StringBuilder sb = new StringBuilder();
    sb.Append("MERGE ASPNET_GLOBALIZATION_RESOURCES as trg " +
    "using (values ('" + resource_object + "', '" + resource_name + "', '" + resource_name + " * DEFAULT * ', '" + strFinalCultureName + "')) " +
    "as source (RESOURCE_OBJECT, RESOURCE_NAME, RESOURCE_VALUE, CULTURE_NAME) " +
    "on " +
    " trg.RESOURCE_OBJECT = '" + resource_object + "' " +
    "and trg.RESOURCE_NAME = '" + resource_name + "' " +
    "and trg.CULTURE_NAME = '" + strFinalCultureName + "' " +
    "when matched then " +
    "update " +
    "set RESOURCE_VALUE = source.RESOURCE_VALUE " +
    "when not matched then " +
    "insert ( RESOURCE_OBJECT, RESOURCE_NAME, RESOURCE_VALUE, CULTURE_NAME) " +
    "values ( source.RESOURCE_OBJECT, source.RESOURCE_NAME, source.RESOURCE_VALUE, source.CULTURE_NAME);");
    com.CommandText = sb.ToString();
    //sb.Append("insert into ASPNET_GLOBALIZATION_RESOURCES " +
    // "(resource_name ,resource_value," +
    // "resource_object,culture_name ) ");
    //sb.Append(" values (@resource_name ,@resource_value," +
    // "@resource_object,@culture_name) ");
    //com.CommandText = sb.ToString();
    //com.Parameters.AddWithValue("@resource_name", resource_name);
    //com.Parameters.AddWithValue("@resource_value", resource_name +
    // " * DEFAULT * " +
    // (String.IsNullOrEmpty(cultureName) ?
    // string.Empty : cultureName));
    //com.Parameters.AddWithValue("@culture_name", (String.IsNullOrEmpty(cultureName) ? SqlString.Null : cultureName));
    //string resource_object = "UNKNOWN **ERROR**";
    //if (!String.IsNullOrEmpty(virtualPath))
    // resource_object = virtualPath;
    //else if (!String.IsNullOrEmpty(className))
    // resource_object = className;
    //com.Parameters.AddWithValue("@resource_object", resource_object);
    try
    com.Connection = con;
    con.Open();
    com.ExecuteNonQuery();
    catch (Exception e)
    throw new Exception(e.ToString());
    finally
    if (con.State == ConnectionState.Open)
    con.Close();
    }//End of AddResource
    public static IDictionary AASearch(List<Dictionary<string, object>> testData, Dictionary<string, object> searchPattern)
    return testData.FirstOrDefault(x => searchPattern.All(x.Contains));
    }//End of Class SqlResourceHelper
    }//End of Namespace Globalization_and_LocalizationV6

    Hi Daniel Rose01,
    Based on your description, this issue is related to the Web development, am I right?
    Since the ASP.NET has his own support forums, so if it is related to the web project, I suggest you post this issue to the ASP.NET forum, and there you would get dedicated support.
    The forum link:
    http://forums.asp.net/
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Just noticed a recurring pattern of not being credited my $5 pre-order deposit.

    The other day I was going over some of my Best Buy gaming purchases this year through MyBB, and noticed for one game, Project CARS on PS4, I was charged an additional $5 for the pre-order bonus (noted as "POB") which should have been free. I contacte

  • Error in Creating Advance table within Advanvce Table via view link

    Hii all, i hve created a Advance table within Advanvce Table as given in the developer guide using the Detail functionality of the advance table im facing the following error................ ## Detail 0 ## java.lang.NullPointerException      at oracl

  • Windows CS3 to mac

    Hi, I am in the incredibly frustrating process of changing from windows to mac. Currently running CS3 on my PC and need to transfer those files to the mac. To do so I'm told I need to update to CS4, that there is no option to just be sent a CS3 mac s

  • Stream AND Sync???

    Hmmm... I can't stream and SEE my photos, but I can sync and still see my photos. But wait, 40gb is 460GB TOO SMALL for me, so if I sync, I am limited to what I can view as far as Movies, TVs, Podcasts, Music are concerned. The dilemma... HOW can I B

  • Filter in Report

    Hello, In my query filtering Product Code(IO) = 100(Exclude from Selection) so my report output is showing correct but I want to see Product Code(IO) in my report output. I want to Filter product code(IO)  also display Product Code as ROW or Columns