>
> <cfquery name="qAdminCheck" datasource="#dsn#" username="#un#"
> password="#pw#">
> SELECT username, password
> FROM admin
> </cfquery>
>
> can u cfquerypqram that?
No, there aren't any parameters within that SQL statement. You only need to
use CFQUERYPARAM when you have some variables from CF that you're trying to
use within your SQL statement.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

