I am trying to store Word Document Objects into Access 97 ole object fields using Visual Basic.
If I try to store the document object in the appropriate field in the normal way, such as:
rcsDoc.AddNew
rcsDoc("Document") = msWord 'where msWord is a Word...
I am trying to store Word Document Objects into Access 97 ole object fields using Visual Basic.
If I try to store the document object in the appropriate field in the normal way, such as:
rcsDoc.AddNew
rcsDoc("Document") = msWord 'where msWord is a Word...
Has anyone had experience using:
<% ResponseContentType="application/msword" %>
to send msword content from asp pages?
I'm trying to figure out a way to "send" the proper document template (.dot file) so it gets attached to the document opened in Word by the client.
So...
Is there any way to cause IIS 4.0 to default to using SQL_DRIVER_NOPROMPT for all ODBC connection strings (not just when a connection string is specified in code)?
The situation is:
IIS 4.0 on one server (Web Server)
Access97 database on another server (Access Database Server)
Sql Server 7 on...
Is there any way to cause IIS 4.0 to default to using SQL_DRIVER_NOPROMPT for all ODBC connection strings (not just when a connection string is specified in code)?
The situation is:
IIS 4.0 on one server (Web Server)
Access97 database on another server (Access Database Server)
Sql Server 7 on...
When calling asp pages that connect to data in an Access97 database with tables linked to a Sql Server 7.0 database, the following error is raised:
Error #=80004005
Description = [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'CEMDPS' failed.
Source = Microsoft OLE DB Provider...
Those of you with experience upsizing Access 97 to Sql Server 7.0 and linking tables to Access 97:
Is there a way to retain the Table and Field descriptions and "special" formats (like "mm/dd/yyyy", etc.) so that they appear in Access 97 (as linked to Sql Server) the way...
Is there a relatively simple way to find out the position in a string where a VbScript "Regular Expression" first fails?
I'm using a regular expression to test an entire string, with parentheses set to "capture" submatch info for several substrings.
The problem is that the...
I'm having trouble using the following VbScript (example straight from MS VbScript site):
Set fso = CreateObject("Scripting.FileSystemObject")
Set MyFile = fso.OpenTextFile("c:\upload\testfile.txt", ForWriting, True)
MyFile.WriteLine "Hello world!"...
"Sudddenly" (no apparent changes to any configuration stuff) our IIS 4.0 has stopped sending detailed asp debugging info and started sending the general error message only!
The configuration shows that the "Send detailed asp debugging information" radio button is selected on...
I'm using an asp to fill a textarea html element "dynamically", that is, I'm filling it as the server completes calculations so the user can follow the progress (I use response.flush to send Javascript to the client periodically to update the 'value' property of the textarea).
Problem...
I have an Asp application that displays basic info about a chosen database (Table names, types and descriptions) and basic info about the fields in a chosen table (Field name, type, size, format and description)
I get the field Formats (i.e. "mm/dd/yyyy" for date types) from the...
Is there any way (other than designing additional tables/fields) to detect the last date/time data in an Access97 table was changed?<br><br>The MSysObjects table contains a "LastUpdated" field, but that applies only to the last time the table DESIGN was changed?<br><br>Am I stuck here...
It seems that there are many situations in which "response.flush" does not cause the buffered content to be immediately displayed (due to the way the browser handles the content, probably).<br><br>Does anyone know what the specifics are of when a browser will/will not display the...
I am trying to impliment the equivalent of SetTimeout to execute a function on a timed interval, server-side.<br><br>Specifically, rather than include code in individual loops, I would like to check every second or so to see if the client is still connected, something like (which doesn't...
Serving ASPs from a DEC Alpha running WindowsNT Server 4.0 running IIS 4.0 is about 3 times slower than serving same from X86 computer running WindowsNT Workstation 4.0 running Personal Web Server.<br><br>Also, after serving a couple of scripts from Alpha, web service seems to...
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.