dwalker
Technical User
- Nov 29, 2002
- 34
Howdy
I've made a database query result using FP's Database Results Wizard and would like to change the SQL FP automatically inserts.
The wizard has created:
fp_sQry="SELECT * FROM tblUserNames"
and I'd like to change this to:
fp_sQry="SELECT * FROM tblUserNames WHERE user_id = " & Request.QueryString("userid")
If I make this change within the Wizard FP tells me it creates a syntax error. So I tried making the change in the HTML window but FP says "The contents of a FrontPage component have been modified. These contents will be overwitten when you save this page" and then removes the changes I made.
Can anybody help with how to make the alteration I'm after? By the way, I've been able to work around for now by changing the HTML from within Notepad but I'd like a better solution!
Regards
Damien
I've made a database query result using FP's Database Results Wizard and would like to change the SQL FP automatically inserts.
The wizard has created:
fp_sQry="SELECT * FROM tblUserNames"
and I'd like to change this to:
fp_sQry="SELECT * FROM tblUserNames WHERE user_id = " & Request.QueryString("userid")
If I make this change within the Wizard FP tells me it creates a syntax error. So I tried making the change in the HTML window but FP says "The contents of a FrontPage component have been modified. These contents will be overwitten when you save this page" and then removes the changes I made.
Can anybody help with how to make the alteration I'm after? By the way, I've been able to work around for now by changing the HTML from within Notepad but I'd like a better solution!
Regards
Damien