ADODB
Server-side Javascript in production fails to open connection to a named instance of SQL2008
I\'ve got a production site that has been working for years with a SQL Server 2000 default instance on server named MDWDATA. TCP port 1433 and Named Pipes are enabled there. My goal is to get this web[详细]
2022-12-30 13:07 分类:问答Continuous Form, how to add/update records with external connection
EDIT After some more research I found that I cannot use a continuous form with an unbound form since it can only reference a single record at a time.Given that I\'ve altered my question...[详细]
2022-12-30 09:42 分类:问答How do I run a VBScript in 32-bit mode on a 64-bit machine?
I have a text 开发者_如何学Gofile that ends with .vbs that I have written the following in: Set Conn = CreateObject(\"ADODB.Connection\")[详细]
2022-12-30 00:53 分类:问答ADOdb sanitizing queries
Just trying to make sure all my queries are sanitized.We\'re using ADOdb (it\'s already in place, so no talking me out of it).[详细]
2022-12-27 13:06 分类:问答On a local machine: How can I download and save a file using Javascript and ActiveX?
This is a binary file. I would like to download and save a file with Javascript. This is 开发者_如何学JAVAall happening on a local machine. Is this possible? Thanks in advance!Do you mean silent save[详细]
2022-12-27 04:14 分类:问答Brackets around Stored Procedure in ADODB Command Text
Help me understand why this is happening! I use the ADODB.Command object.The Command Text is set to the Stored Procedure Name.[详细]
2022-12-26 17:26 分类:问答VBScript & Access MDB - 800A0E7A - "Provider cannot be found. It may not be properly installed"
I\'ve having a problem with a VBScript connecting to an access MDB Database. My platform is Vista64, but the majority of resources out there are for ASP/IIS7.[详细]
2022-12-24 04:28 分类:问答vb6 displaying problem
i have created a database in mysql5.0. i want to display the data from it. it has table named login. it has 2 columns username and password. in form i have 2 text fields username and password i just w[详细]
2022-12-24 00:38 分类:问答VBA - Create ADODB.Recordset from the contents of a spreadsheet
I am working on an Excel application that queries a SQL database. The queries can take a long time to run (20-40 min). If I\'ve miss-coded something it can take a long time to error or reach a break p[详细]
2022-12-23 08:29 分类:问答Understanding how to bind parameters and insert data in Adodb
I was told to use bind parameters so that I could insert text into my db that had quotes in it.But, I am pretty confused when it comes to how to do this, the commands seem confusing to me.[详细]
2022-12-21 11:59 分类:问答