Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a case insensitive primary key in Oracle
Message
De
27/08/1999 16:49:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Create a case insensitive primary key in Oracle
Divers
Thread ID:
00258660
Message ID:
00258660
Vues:
50
We are in the process of converting VFP 6 application to run with an Oracle back-end.

We have solved a number of issues but have run into a brick wall with checking for duplicate record. It looks like Oracle is case sensitve.

We have put a Primary Key on our table.

For Example:
Table: ChargeCodes
Primary Key: ChargeCategory Char(4)
ChargeCode Char(8)

In the VFP world we would build the following index
INDEX ON Upper(ChargeCategory + ChrageCode) ...

Any thoughts on how to setup a Primary Key in Oracle that is case insensitive?

Help is greatly appreciated.

Vince
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform