Outsource House was established in 2000 to provide professional support services to micro, small and medium sized companies. Providing our clients with essential support services allows our clients to focus on their core competencies.
Posts tagged "access"
ASP Backup of Access Database

ASP Backup of Access Database

Often we need to do daily backups for client Access Databases. This can be a little irritating to do it every day so we made this little script that allows it to run on the server automatically. There are a couple of components that you would need to run this. Firstly you are going to...
ASP Database pathfinder

ASP Database pathfinder

I often have to take over websites from other developers and need to fix things that don’t work, so one of the first things I need to find is what the paths are. This would be useful for database paths and for aspjpeg, where you need the actual path, so I made this little script...
Delete record via ASP

Delete record via ASP

Sometimes you need to delete a record without a form post. Here is a quick and dirty way of doing that. I am using Dreamweaver so the format is used is normal for Dreamweaver, but it can be applied easily any other way. This has a url passed into a page called whatever you want,...