Link to home
Start Free TrialLog in
Avatar of netcool
netcoolFlag for Malaysia

asked on

Delete database ???

How do i delete a .mdb file which has record locking infomation file  .ldb ???

ASKER CERTIFIED SOLUTION
Avatar of web_crusher
web_crusher

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of netcool

ASKER

Web_crusher,

Rearding your example it is to delete records right ? WHat if i want to delete th whole database file ...=>northwind.mdb


netcool
Avatar of web_crusher
web_crusher

if u want to delete a file no matter the extansion use
kill(filename)

IF YOU just want to reset the mdb - open all tables as u seen before and do the
same procedure to all tables!