Answered
dbtype attribute does not support dynamic
I am new in CoulFusion and I am trying to use the CFQUERY to
validate data from Sql Server 2000 with the following code:
<cfquery name="GetUser" datasource="GMP">
SELECT USERNAME FROM GMP.GMPUSER
WHERE USERNAME = '#username#'AND PASSW = '#passw#'
</cfquery>
The DNS GMP was created and validated.
I am receiving the " ColFusion 6.0 the dbtype attribute does notsupport dynamic' validadtion error.
How can I fix this error???
Thanks in advance.
<cfquery name="GetUser" datasource="GMP">
SELECT USERNAME FROM GMP.GMPUSER
WHERE USERNAME = '#username#'AND PASSW = '#passw#'
</cfquery>
The DNS GMP was created and validated.
I am receiving the " ColFusion 6.0 the dbtype attribute does notsupport dynamic' validadtion error.
How can I fix this error???
Thanks in advance.