Connecting Tech Pros Worldwide Forums | Help | Site Map

case-sensitive key do not work with dataAdapter.Fill

Serge Klokov
Guest
 
Posts: n/a
#1: Nov 16 '05
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?


--
Serge Klokov
w. +1 714 634-3494 x 2329


Closed Thread