case-sensitive key do not work with dataAdapter.Fill

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Serge Klokov

    case-sensitive key do not work with dataAdapter.Fill

    Hi!



    1. I have a table (in Oracle 8) with string PK.

    it is case-sensitive, so possible rows like:



    Babu

    babu



    2. When I created DataAdapter and generated dataSet for this freaking table,

    I can't fill it up! (unique constraint error)

    And designer pointed onto this rows. It do not see difference between "babu"
    and "Babu".

    (Babu is a name of my Indian friend)



    3. So how to set up in VS 2003 DataAdapter of DataSet, to work with
    case-sensitive data?



Working...