VB Script error

Basic Installation and Setup.

Moderator: davidyin

ddano
Members
Members
Posts: 8
Joined: Fri Mar 02, 2007 3:02 pm

Post by ddano »

Worked like a dream, thanks for your help. I am excited to see it in action.
User avatar
davidyin
Members
Members
Posts: 192
Joined: Wed Apr 27, 2005 10:50 pm
Location: Burnaby

Post by davidyin »

You are so welcome.
PowerKevin

Post by PowerKevin »

ddano wrote:Are you running NTFS if so make sure your permissions are set on the database as well. And thanks for the info David, I'll give it a try in a bit and let you know.

Do what? The windows permissions are set to full access, but is there a setting within the database as well? If there is, how do I go about changing that?

This is the line that is failing

set rsst = Server.CreateObject("adodb.recordset")
User avatar
davidyin
Members
Members
Posts: 192
Joined: Wed Apr 27, 2005 10:50 pm
Location: Burnaby

Post by davidyin »

PowerKevin wrote:
This is the line that is failing

set rsst = Server.CreateObject("adodb.recordset")

You need Microsoft Data Access Components. Go to microsoft site and find the download. Install it in your server.
Post Reply