Hi,
I have shared a file via GroupWise by creating a folder under the cabinet and importing an excel file in to it and then granting access permissions to the users.
The problem is that the users can sometimes save the data while some times it says that the "Document not saved". This...
Finally I figured out how to do this with the least effort,
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/mgma.asp" -->
<%
'DECLARE THE ACCESS DATABASE CONNECTION
Dim rsAdd
Dim rsAdd_numRows
Set rsAdd = Server.CreateObject("ADODB.Recordset")
rsAdd.ActiveConnection =...
Hi,
Just wanted to ask for some help regarding the following piece of code, I'm trying to read from the excel file and update the data into and access database. Reading from excel file works fine and I can display it on the web in HTML but when I try to update the recordset in the access...
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.