T
Tim Thorp
In a nutshell, things that used to work on my site have stopped working and
the error seems to have occurred since I called the msado15.dll file in a
custom ASP file.
A LITTLE MORE BACKGROUND INFO:
I created an ASP site in MS Frontpage 2003 with an Access database to store
and report on my departments training events, registrations and evaluations.
The site worked pretty well, but I wanted to take some functionality to a
higher level and found that I had exausted the capabilities of the Frontpage
Database Results Wizard, so I stared to read about creating ASP pages in
Beginning ASP 3.0 (WROX press).
WHEN THE PROBLEM AROSE:
I only have permission to make web sites at one web server, so I thought I
would integrate some custom ASP pages with my exiting database and Frontpage
generated ASP pages. In my experimenting, I used datastore.asp to connect to
the database and also called the metadata type="typelib" File="C:\Program
Files\...\msado15.dll". In the process of experimenting with the code, I
made some great progress in learning to use ASP and hope to continue
learning again soon.
WHAT IS THE PROBLEM:
After I was done with my custom ASP work, I needed to do some work on some
other pages in my site and started to receive error messages on pages that
used to work fine. Specifically on pages which have database results with
Custom SQL statements containing UPDATE or INSERT queries. Here are two
error messages: "Database Results Wizard Error
Unable to find operator in query string. Query string currently is INSERT
INTO registrations (fname, lname, email, phone, dept, platform, attend,
eventID, precourse_status) VALUES ('::fname::', '::lname::', '::email::',
':
hone::', '::dept::', ':
latform::', '::attend::', ::eventID::,
':
recourse_status::')" and "Database Results Wizard Error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes."
the error seems to have occurred since I called the msado15.dll file in a
custom ASP file.
A LITTLE MORE BACKGROUND INFO:
I created an ASP site in MS Frontpage 2003 with an Access database to store
and report on my departments training events, registrations and evaluations.
The site worked pretty well, but I wanted to take some functionality to a
higher level and found that I had exausted the capabilities of the Frontpage
Database Results Wizard, so I stared to read about creating ASP pages in
Beginning ASP 3.0 (WROX press).
WHEN THE PROBLEM AROSE:
I only have permission to make web sites at one web server, so I thought I
would integrate some custom ASP pages with my exiting database and Frontpage
generated ASP pages. In my experimenting, I used datastore.asp to connect to
the database and also called the metadata type="typelib" File="C:\Program
Files\...\msado15.dll". In the process of experimenting with the code, I
made some great progress in learning to use ASP and hope to continue
learning again soon.
WHAT IS THE PROBLEM:
After I was done with my custom ASP work, I needed to do some work on some
other pages in my site and started to receive error messages on pages that
used to work fine. Specifically on pages which have database results with
Custom SQL statements containing UPDATE or INSERT queries. Here are two
error messages: "Database Results Wizard Error
Unable to find operator in query string. Query string currently is INSERT
INTO registrations (fname, lname, email, phone, dept, platform, attend,
eventID, precourse_status) VALUES ('::fname::', '::lname::', '::email::',
':
':
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes."