Relational MS SQL Databases
I have multilple relational databases, our aspx developer was able to relate them using stored procedure , but since I'd like to convert the job into coldfusion I found difficulties in using the stored procedures to query all the relational databases , since coldfusion connection should be made manually to every database. Here is the scenario:
I have 5 MS SQL databases: [img1, img2, img3, img4, and descriptionDB]
the "descriptionDB" holds text and id information the id will be related to a hexadecimal image inside one of images databases img.
How can I make a query using coldfusion to display images and their related texts !
