The database is only an Access database, I am not sure which version of Access, I will do a search of the files for update_titles and come back.
Thanks so much for your help
Yes it is in the applydb.asp about 3/4 way down
function UpdateExistingTitle(vconNetBooklistLive)
dim cmdBooklist
dim lngNumRows
set cmdBooklist = createobject("ADODB.Command")
with cmdBooklist
.ActiveConnection = vconNetBooklistLive
.CommandType = 1
.CommandText = "EXEC...
It actually does the first half of the procedure it succesfully completes
function InsertNewTitle(vconNetBooklistLive)
function DeleteExistingTitle(vconNetBooklistLive)
But if a field is changed in the database, it does not update any of the fields?
Sorry I will upload againhttp://files.engineering.com/getfile.aspx?folder=37b687d7-f08d-497f-b91f-866f0be63ddb&file=applydb.asp http://files.engineering.com/getfile.aspx?folder=3635fe26-d69a-469c-9117-87c573faac48&file=common.asp
I have an vbasic script that updates a webpage database records.
The script updates additions and deletions, but will not update field changes, this is because the run is pointing to an old server InetPub (I recently updated to the Arvixe host site) and produces the error message below...
I have an vbasic script that updates a webpage database records.
The script updates additions and deletions, but will not update field changes, this is because the run is pointing to an old server InetPub (I recently updated to the Arvixe host site) and produces the error message below...
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.