Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND BLANK Causes Error
Message
De
24/01/2008 15:08:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01285215
Message ID:
01285236
Vues:
14
Use Insert instead, it's usually easier, faster and better
Insert into SCUsers (RecordID) values (iRecordID)
>I have a table called SCUsers with the folliwng structure:
>
>
>RecordId int
>Data1    memo
>Data3    memo
>Data3    memo
>
>
>When I run the following, I get 'Data Type Mismatch' on both the APPEND BLANK and the REPLACE lines:
>
>
>SELECT SCUsers
>APPEND BLANK
>REPLACE IN scUsers RecordId WITH iRecordId NEXT 1
>
>
>
>The value id iRecordId is Numeric.
>
>Anyone wanna take a stab at this?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform