Skip to main content
Known Participant
September 7, 2010
Question

Database Connection string - CF MX 6

  • September 7, 2010
  • 1 reply
  • 692 views

If I have access to the server as an admin; how do I find the connection string and the database it is connecting to ?  thank you

This topic has been closed for replies.

1 reply

ilssac
Inspiring
September 7, 2010

Did you try running the ColdFusion Administrator portal and looking at the "Data Sources" pane in the "Data & Services" section?

Or you could try digesting the neo-query.xml file, but YUCK!

RickTXAuthor
Known Participant
September 7, 2010

Yes, I have looked at the Data Sources which displays a long list of Data Sources under 'Connected Data Sources' and I am not sure which one is actually being used.

ilssac
Inspiring
September 7, 2010

That would be determined by examining the code to find what string is being used in the "datasource" property of the <cfquery...> and|or <cfstoredproc...> tags