Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL statement is not working...
Message
De
29/07/2005 10:24:50
 
 
À
29/07/2005 10:07:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Divers
Thread ID:
01036917
Message ID:
01036976
Vues:
19
>The problem is solved, this is my code now:
>
>SET EXACT ON
>m_trim_lidnrfactuur = ALLTRIM(m_lidnrfactuur)
>
>SELECT branche, debnr, factuurnr, factuurdat FROM m_facturenbestand ;
>WHERE VAL(debnr) == VAL(m_trim_lidnrfactuur) AND ;
>branche = m_branchenrfactuur AND ;
>INT(VAL(pagina)) = 1 ;
>INTO TABLE temp4
>
>Greetings,
>Ron

I also Set Exact On in my startup program, and never set it off!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform