Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 112 Invalid Key Length
Message
De
26/01/2000 11:11:34
Stephen Bridgett
Stephen Bridgett Consulting
Gloucester, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Error 112 Invalid Key Length
Divers
Thread ID:
00322856
Message ID:
00322856
Vues:
52
I am trying to consolidate data from 2 tables. Each contains a character field of maximum size (254). When I write:

select descr_eng ;
from activity, ld_activity ;
where descr_eng = txtEnglish

then I get the message Invalid Key Length.

If I alter the statement like so:

select descr_eng ;
from activity, ld_activity ;
where upper(substr(descr_eng,1,50)) = upper(substr(txtEnglish,1,50))

then the error does not occur however, the result set contains no records when it should contain some.

Perplexed?
Stephen Bridgett
Hand Crafted Relational Database Solutions
Focusing on Visual Foxpro and Object Oriented Design
SBridgett@cyberus.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform