Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND BLANK Causes Error
Message
 
To
24/01/2008 15:08:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01285215
Message ID:
01285241
Views:
28
I was getting the error with Insert earlier.

At any rate, I deleted the table and rebuilt it, and it seems ok now.




>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?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform