Answered
Cold Fusion Error
First of all I am not new at programming and db connections
but I am really new at coldfusion...
It seems that I have having problems connection to a database that did not have any problems in the past. I am involved in a new project so I dont know a lot of history about this system, still learning it.
When trying to run the query:
<cfquery name="qGetLL" datasource=#application.dsn#>
select Latitude, Longitude, rLatitude, rLongitude from zip
where Zip = <cfqueryparam value="#zip#" cfsqltype="CF_SQL_CHAR">
</cfquery>
I get the following error:
General error: Table 'zipcodes.zip' doesn't exists.
The thing is, the db I think it is connecting to does exists. How do I know for sure what db it is hitting ?
Thanks for any help in advanced
Text General error: Table 'zipcodes.zip' doesn't exists.
It seems that I have having problems connection to a database that did not have any problems in the past. I am involved in a new project so I dont know a lot of history about this system, still learning it.
When trying to run the query:
<cfquery name="qGetLL" datasource=#application.dsn#>
select Latitude, Longitude, rLatitude, rLongitude from zip
where Zip = <cfqueryparam value="#zip#" cfsqltype="CF_SQL_CHAR">
</cfquery>
I get the following error:
General error: Table 'zipcodes.zip' doesn't exists.
The thing is, the db I think it is connecting to does exists. How do I know for sure what db it is hitting ?
Thanks for any help in advanced
Text General error: Table 'zipcodes.zip' doesn't exists.
