Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot insert all the data
Message
From
08/11/2001 05:06:39
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Cannot insert all the data
Miscellaneous
Thread ID:
00578929
Message ID:
00578929
Views:
49
i got a local table ' arinvheader ' and a remote view named ' air_aging'

now.As I select all the data from arinvheader and insert into the remote table 'air_aging', I found that 'THE LAST RECORD CANNOT INSERT'

my syntax is as the following :-
'select * from arinvheader into cursor pTempTable'

SELECT pTempTable
SCAN
SELECT pTempTable
SCATTER MEMVAR MEMO
INSERT INTO air_aging FROM MEMVAR
MESSAGEBOX(pTempTable.invno)
ENDSCAN

The messagebox can show all the correct Invoice No.
However, As i browse the table 'air_aging' , The last no of invoice didn't insert into the table' air_aging'

Why??
Pls help.
From Agnes
Next
Reply
Map
View

Click here to load this message in the networking platform