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?
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?