M
Mark Constant
I have Frontpage 2003 and I am editing a page that is located on an
IIS box with Windows 2000 installed. I want to create a search page
using the results wizard in Frontpage 2003. So I ran the wizard and
linked it to the database. I Also add the search form using the
wizard. Yet once I get done the wizard I get "Database Results Wizard
Error" I have read the Knowledge database and other solutions but it
still doesn't work. Here is part of my code that should be relavent. I
am using ASP not ASP.NET by the way. Also my exact steps where this.
1. Go to results wizard
2. Make the connection to phonelist by choosing "Use existing
database"
3. For a record source I choose All Numbers
4. Click edit list and remove location, type, and title
5. Click more options. Click criteria and add Name for a search field
6. Use Table - One record per row on drop down menu
7. Click add search form
<%
fp_sQry="SELECT * FROM ""All Numbers"" WHERE (Name = '::Name::')"
fp_sDefault="Name="
fp_sNoRecords="<tr><td colspan=2 align=""LEFT"" width=""100%"">No
records returned.</td></tr>"
fp_sDataConn="phonelist_connection"
fp_iMaxRecords=10
fp_iCommandType=1
fp_iPageSize=5
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&Name=202&Ext=202&Location=202&Title=202&Type=202&"
fp_iDisplayCols=2
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
IIS box with Windows 2000 installed. I want to create a search page
using the results wizard in Frontpage 2003. So I ran the wizard and
linked it to the database. I Also add the search form using the
wizard. Yet once I get done the wizard I get "Database Results Wizard
Error" I have read the Knowledge database and other solutions but it
still doesn't work. Here is part of my code that should be relavent. I
am using ASP not ASP.NET by the way. Also my exact steps where this.
1. Go to results wizard
2. Make the connection to phonelist by choosing "Use existing
database"
3. For a record source I choose All Numbers
4. Click edit list and remove location, type, and title
5. Click more options. Click criteria and add Name for a search field
6. Use Table - One record per row on drop down menu
7. Click add search form
<%
fp_sQry="SELECT * FROM ""All Numbers"" WHERE (Name = '::Name::')"
fp_sDefault="Name="
fp_sNoRecords="<tr><td colspan=2 align=""LEFT"" width=""100%"">No
records returned.</td></tr>"
fp_sDataConn="phonelist_connection"
fp_iMaxRecords=10
fp_iCommandType=1
fp_iPageSize=5
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&Name=202&Ext=202&Location=202&Title=202&Type=202&"
fp_iDisplayCols=2
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>