Support Centre - Developer
strConString = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.mappath("../data/databasename.mdb")
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open strConString
objConn.Close
set objConn = nothing
dot net doesnt seem to work on my website
Microsoft dot net in not automatically enabled on your website. There is an additional charge of £50 per year to have your site dot net enbled. To do this simply request it via emailing support@hostingsystems.co.uk
My database connection cannot write to by database
You need to request any specific write permissions you require as they are not automatically enabled. There is no charge for changing permission, simple email support@hostingsystems.co.uk with your required permissions.I cannot connect to my access database - what connection string should I use
Here is an example:strConString = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.mappath("../data/databasename.mdb")
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open strConString
objConn.Close
set objConn = nothing
How do I send an email on your server
You may use CDO on any windows 2003 server, or ASPEmail on any 2000 server- If you are unsure how to write an email script, [Click here] to view a manual with a simple script you can use and impliment.
- CDO [View Manual]
- ASPEmail Click [here] for the manual. You can also use ASP Encrypt to make secure emails for ecommerce www.aspencrypt.com
- You can also PGP to encrypt your email. Click here to view manual.
Secure your business now!



to find out more about award winning e-commerce design and how we can help your business Internet presence

