Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suggestions for new web app
Message
From
29/03/2013 16:32:34
 
 
To
29/03/2013 14:54:04
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 5.0
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01569267
Message ID:
01569550
Views:
41
Some key GoToAssist functions weren't working and the network people determined that Windows User Account Control Security was the culprit and disabled it.

That made all my issues go away too.

I'll still go ahead and remove all the ALTER TABLES though. I never liked them.




>Bill,
>
>Another known issue of "alter table" against a cursor is that it won't work if field names have more than 10 characters. The "select" probably is safest because it insulates you from VFP's behind-the-scenes decisions about whether a cursor should be file- or memory-based. We don't want to have to worry about that stuff!
>
>Re dropping columns- Deleting array rows would work.. or you could create a temporary dbc against the target tables, then create a dbc view, remove the fields, and harness the resulting SQL. Or if the app has a dbc you could add this view to it and just USE myview to deliver a cursor without further ado.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Reply
Map
View

Click here to load this message in the networking platform