have this FSO script that has a dynamic name in the link to see if the
file exists:
<%
Set fsoObject = CreateObject("Scripting.FileSystemObject")
if fsoObject.FileExists(Server.Mappath("scans\*DYNAMIC
LINK*\specs\prebidform.pdf")) Then
Response.Write("<script...
Does anyone know how to open up a PDF file using vbscript?
I have FSO (File System Object) looking for a file to see if it is there or not. If it finds it then it needs to open it. Since this is all Server-side scripting, I can't use a Javascript function... (or can I?). Here is what it looks...
I have SQL 2000 on my machine. SQL 2000 has a SQL 7 Database running on it. So I can access the SQL 7 database through SQL 2000. The driver I have is version 2000.80.528.00, on the microsoft Website it says that this driver does not work with SQL 7. On my other machine I have the driver...
I have an SQL 7 Database running on SQL 2000 on my computer. I'm trying to connect to the same database on a server through Data Sources (ODBC) but it doesn't work.
On another computer that has an older version of the SQL Server driver it connects and works. How would I "down-grade" or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.