Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C5 Error when requerying a view
Message
From
13/09/2004 16:24:42
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
C5 Error when requerying a view
Miscellaneous
Thread ID:
00941712
Message ID:
00941712
Views:
66
Does anyone know if there are specific problems with doing a requery on a view in which the view definition is pulling records from 2 different tables into 1 view? From past threads I know it is most likely a driver on the machine but I have removed just about all the driver printer driver on the machines that are producing the errors without any success.

This is my view definition

CREATE SQL VIEW mastaka AS ;
select SPACE(18) as aka_lname,space(16) as aka_fname, space(1) as aka_mname, {} as aka_dob,;
999999999999 as aka_keyid,* from database!master where mas_name1 LIKE ?vpLname+"%"

and this is the line of code where the C5 error occurs
requery('mastaka')

Thanks For Your Help !
Stephen J. Hunt
Next
Reply
Map
View

Click here to load this message in the networking platform