Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL statement is not working...
Message
De
29/07/2005 10:07:00
 
 
À
29/07/2005 09:59:11
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:
01036965
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform