Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter Table Problem
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Alter Table Problem
Miscellaneous
Thread ID:
00694996
Message ID:
00694996
Views:
44
Hello Everyone,

I've Recently migraded and aplication that was compiled in VF6 to VF7, this aplication uses remote views to acces and SQL Server 2000 Database... i started having this problem with some views.. here the code:

Use tablename alias Estructura
=AFIELDS(ESTRUCTURA)
CREATE CURSOR TCARTA FROM ARRAY ESTRUCTURA
select tcarta
alter table tcarta add column clave n(1)
index on clave tag xxx


I Get in the Alter Table Line "Invalid Operation for the Cursor" can anyone tell me how can i get pass this problem with VF7??

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform