Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Problem only in EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00530538
Message ID:
00531225
Vues:
15
Michael,

I suspect the problem is in the table structure of the columns that you are joining on do not match. Check to make sure that the width of r.sedol and c.sedol are the same width. The reason why your code works in VFP development is probably because you have SET EXACT OFF in the development environment but it is ON in your .exe.

I would hesitate against changing this setting in the .exe since it could have major implications in other parts of your app. If the field widths are different, just add the SUBSTR() function to the larger field in the join statement so that both columns are joining on the same size field.

Hope this helps,
Kurt Huebner
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform