Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Syntax
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00798451
Message ID:
00798565
Vues:
18
I made the folowing changes and I still get the same error:

SELECT recordtype, importaccountid, DTOS({06/04/2003}) AS postdate, ;
effectivedate, transactiontype, dbcr, ;
SUM(IIF(dbcr = 'C', -1 * VAL(amount), VAL(amount))) AS amount, ;
ref1, ref2, ref3, ref4, ref5, PADR(ALLTRIM(details),40) AS details, ;
scvind, name, company, phone, SPACE(20) AS email, SPACE(15) AS fax, ;
property, address1, address2, city, state, filler, zip, country, ;
filler2 ;
FROM cwtsdata ;
GROUP BY recordtype, importaccountid, postdate, effectivedate, ;
transactiontype, dbcr, ref1, ref2, ref3, ref4, ref5, ;
details, scvind, name, company, phone, email, ;
fax, property, address1, address2, city, state, filler, zip, ;
country, filler2 ;
INTO CURSOR CashwiseTerminalServicesData
Thanx,
Bill Elvin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform