Ask a Question related to Coldfusion Database Access, Design and Development.
-
webCFDev #1
accessing two different datasources
I need to connect to 2 dfferent datasources that are in two different servers.
Example:
I need to move data from one table on server 1to a table (whith the same
structure) on server 2.
They both have different datasource names.
So, content managers working on the development server(server number 1)
should be able to click on a link and push all the data on the table to stage
server(server number 2).
Any thoughts?
webCFDev Guest
-
Use CF Datasources outside CF
I need to create a JSP on the coldfusion server, and access coldfusion datasources in that JSP. Is there anyway to do this in CF6.1 or CF7. ... -
Listing Datasources in MX 6.1
Anyone know what's up with CFMX 7 and doing this same thing? It's clearly been ripped out and re-done with the new funtionality in the api's...... -
Querying two datasources, but how?
Datasource HelpDesk - Tables: HelpDeskList A, Volunteers B, Datasource Employee - Tables: Employee C. A.Emailto, A.Entry_ID, A.Name B.Name,... -
2 datasources in 1 CFQUERY
Hello, Some of our Access tables are being moved to our SQL Server, while some remain in Access. I have two datasources that separate the SQL from... -
DataSources from Session??
I have some server controls I've built that store their properties in the ViewState like good little controls :) However, When I set my... -
MikerRoo #2
Re: accessing two different datasources
Insufficient detail was provided -- starting with what DB system you are using.
Here are some options:
Set up DTS job(s). You can trigger these from cold fusion.
Or buy one of the many third party tools for this purpose. Red Gate SQL
bundle, for example.
Or set up replication.
Or do a custom merge all in CF.
MikerRoo Guest



Reply With Quote

