Computing.Net > Forums > Programming > VBScript connection to DB

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VBScript connection to DB

Reply to Message Icon

Name: duquetten
Date: May 6, 2005 at 13:28:39 Pacific
OS: Win 2000
CPU/Ram: Pentium 4, 1 GB
Comment:

I have an MS Access DB that I need to connect to and update through a VBScript file. I know how to do this in ASP, but the Server class which is used to create the connection object does not exist in VBScript. Is there any other way to create a connection to a DB through a VBScript file?
Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Chi Happens
Date: May 7, 2005 at 05:58:55 Pacific
Reply:

you can use CreateObject("") instead of Server.CreateObject("")

Chi

They mostly come at night...mostly


0
Reply to Message Icon

Related Posts

See More


QBasic APPEND or some oth... Kernel32's Beep() to WAV/...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VBScript connection to DB

Multiple connections to DB with ADO www.computing.net/answers/programming/multiple-connections-to-db-with-ado/7618.html

VBScript to connect to SQL Server www.computing.net/answers/programming/vbscript-to-connect-to-sql-server/17134.html

Connecting to a MS-SQL Database www.computing.net/answers/programming/connecting-to-a-mssql-database/9681.html