Question
CF Data Source Problem
When I upload my pages to my website, I get this error
message:
Data source SiteTest could not be found.
The error occurred in C:\Websites\yh7849a3\login.cfm: line 9
7 : <cfset MM_redirectLoginSuccess="success.htm">
8 : <cfset MM_redirectLoginFailed="failure.htm">
9 : <cfquery name="MM_rsUser" datasource="MikesTest">
10 : SELECT UserName,Password FROM tblLogin WHERE UserName='#FORM.Username#' AND
11 : Password='#FORM.password#'
Why is it not finding my data source? Do I need to upload the data source to the web?
This all worked with my CF test server
Data source SiteTest could not be found.
The error occurred in C:\Websites\yh7849a3\login.cfm: line 9
7 : <cfset MM_redirectLoginSuccess="success.htm">
8 : <cfset MM_redirectLoginFailed="failure.htm">
9 : <cfquery name="MM_rsUser" datasource="MikesTest">
10 : SELECT UserName,Password FROM tblLogin WHERE UserName='#FORM.Username#' AND
11 : Password='#FORM.password#'
Why is it not finding my data source? Do I need to upload the data source to the web?
This all worked with my CF test server