Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete with asp.net
Message
From
10/10/2008 15:37:11
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01354168
Message ID:
01354213
Views:
16
>I'm actually using a vfp table via vfpoledb. So the record never gets removed. What is the default for "set deleted" during a web app?
SET DELETED is OFF by default.

You can add DELETED=True option to your vfpoledb connection string to change this behaviour.

For example:

Provider=VFPOLEDB.1;Data Source=northwind.dbc;Password="";Collating Sequence=MACHINE;DELETED=True
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform