I use Microsoft VPN--the latest version in DUN 1.4--to establish a VPN connection to an Astaro firewall host on my T-1 at work. The remote connection is over Pacific Bell's PPPoE DSL connection; I've tried it in two locations; one using the EnterNet 400 PPPoE software installed on the machine...
Trying to do an efficient delete of multiple records in an ADO recordset bound to a DataGrid control, and populated from an MS Access 2000 database. A row is deleted using the following code:
With dbMain
.Recordset.MoveFirst
Do While .Recordset.EOF <> True
.Recordset.Delete
.Recordset.MoveNext...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.