Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View definition has been changed (but it hasn't!)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01464051
Message ID:
01464061
Vues:
36
>>>I'm having a problem with my app tossing an error saying a view definition has been changed. Thing is if I run the exact .exe with the exact same .dbc on another machine it works just fine. I'm thinking that the machine that's giving me the error might have the wrong VFP runtimes on it??? Is there a way I can tell which runtimes to use by looking at the compiled .exe? Or am I even looking at the right possibility of this problem?
>>>
>>>Thanks!
>>
>>Are you using any transformation of the data which may be settings dependable or non fixed length? Say, do you use ctod function in the view or alltrim or anything of this sort?
>
>well...not really - this is what the remote view looks like:
>
>SELECT Hcfadtl.HCD_PKEY, Hcfadtl.MBIL_DOCNO, Hcfadtl.CPT, Hcfadtl.UNITS,;
> Hcfadtl.CPT_MOD, Hcfadtl.HCD_NSDATA, Hcfadtl.FROM_DATE, Hcfadtl.TO_DATE,;
> Hcfadtl.POS, Hcfadtl.BILLED, Hcfadtl.CONTRACTED, Hcfadtl.TPL_AMT,;
> Hcfadtl.PT_SHARE, Hcfadtl.WRITEOFF, 0 AS linenum, Hcfadtl.CPT_MOD,;
> Hcfadtl.POS, '1500' AS extension_1;
> FROM ;
> KPOPS.HCFADTL Hcfadtl;
> WHERE Hcfadtl.MBIL_DOCNO = ( ?lnmbil_DocNo )
>
>
>...as you can see it's a very simple view.

Right. Did you try to drop it, compile database, re-create again?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform