Question
Stored Procedures
I was provided the following stored procedure :
<add key="MTRAKConnectionString" value="Data Source=mtrakdb.mck.us.ray.com, 2426;Initial Catalog=MTRAK;User ID=Dashboard; Password=T34p!rZy;"/>
I know I need to use it in my CF query to access data. But I have no idea what it means and what it does, and do not know where it should go within CF.
I currently connect to the remote db with an odbc connection.
Any help will be greatly appreciated.
Thanks
<add key="MTRAKConnectionString" value="Data Source=mtrakdb.mck.us.ray.com, 2426;Initial Catalog=MTRAK;User ID=Dashboard; Password=T34p!rZy;"/>
I know I need to use it in my CF query to access data. But I have no idea what it means and what it does, and do not know where it should go within CF.
I currently connect to the remote db with an odbc connection.
Any help will be greatly appreciated.
Thanks