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
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
Summary: Hi, My software uses ADO to log data to a MS Access database every 10 seconds or so. Also, queries are run every 5 minutes to compile the data. I open a transaction for the compilation every 5 minutes...
Summary: Hi All Can you please let me know how a VBSCript can connect to a SQL Server, run a pre-defined stored procedure (a simple select that returns a table results), then output the table into a file and s...
Summary: I have built MS-Access-based websites, and have had no problem establishing a connection to them. Here is typical code: myConnection = Server.CreateObject("ADODB.Connection") connectionString = "DRIVE...