I just found out it is Coded into coldfusion MX so I moved it over to MX and 
removed the provider and stuff so the query is 

<cfquery name="qryActiveFeatures" 
datasource="#request.lcDatasource#" 
username="#request.Username#" 
password="#request.Password#" 
dbtype="OLEDB">
        SELECT LC_FEATURE_PATH FROM LC_FEATURE WHERE IS_ACTIVE = 1 AND 
AVAILABLE = 1
</cfquery>


I get this error, 

Error Executing Database Query.  
ERROR: Could not locate LC_KCALA. This usually means that the jrun-resources 
file does not contain configuration data for this database or pool  

The MS SQL is on server 10.0.0.1 (yes Fake IP) how do I put it in there to tell 
it to go to 10.0.0.1.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to