Ask a Question related to Coldfusion Database Access, Design and Development.
-
HoustonTX #1
Two Datasource
I am using two datasouces, one has Stored Procedures and other has data. Is there a way to use query from SP from datasource one and execute it and get data from Datasource two?
HoustonTX Guest
-
Join a query datasource and oledb datasource?
Using CF5 here. I have a query that I'm creating on the fly using the QueryNew() and QueryAddRow() functions. Then I run my query using... -
HELP!- Datasource
How do I specify a new datasource? -
Datasource and dll
I have created vb dll that need database connection(sql server).how can i use the coldfusion datasouurce for that dll. Advance thanks John che -
Update one datasource using a 2nd datasource?
I have a CF app using an Access 2000 DB, Treasury. One of the tables holds user data (i.e. location, city, state, supervisor, etc.). This data is... -
Using a datasource in a cfx Tag
Hello, i have to write a Custom Tag, which needs some data from a database. I found following example but I can't find the corresponding classes... -
jonwrob #2
Re: Two Datasource
Without knowing what RDBMS you're using, it's difficult to answer. So as a
blind stab at offering a suggestion, I would look into connecting the two data
sources on the database end, so that your SP can query the correct data.
JR
jonwrob Guest



Reply With Quote

