Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO and SQL Server 7
Message
From
09/08/1999 09:38:02
 
 
To
06/08/1999 16:38:32
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00250726
Message ID:
00251431
Views:
14
>Try the ODBC provider MSDASQL. Or a regular ODBC DSN as your connection string. I've gotten the same error messages when using the native SQL provider. Now what is the (1) for? I don't see any reference on ADO where the Delete method would accept any parameters.
>
>I will try the odbc drivers and let you know.
>
>
>The delete method takes a parameter
>#DEFINE adAffectCurrent 1
>#DEFINE adAffectGroup 2
>
>adAffectCurrent = Default. Delete only the current record.
>adAffectGroup = Delete the records that satisfy the current Filter property setting. You must set the Filter property to one of the valid predefined constants in order to use this option.
You're right. I guess I should have said: "haven't used it any other way". Thanks for the heads up.
Previous
Reply
Map
View

Click here to load this message in the networking platform