ColdFusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreColdFusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old March 15th, 2004, 07:07 AM
DynamicCoder DynamicCoder is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Kolkata, (West Bengal) India
Posts: 129 DynamicCoder Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 6 h 24 m 35 sec
Reputation Power: 0
Send a message via Yahoo to DynamicCoder
Unhappy ColdFusion Data Source

Hi Fellow Coldfusionites !!

I am very new to ColdFusion. I tested my Coldfusion app in my local server where I was using a datasource say xxx . Now after uploading the .CFM files to the hosting server I am in a great problem as I dont know how to access the Administrator panel to set up the data source. Please advise.

Reply With Quote
  #2  
Old March 15th, 2004, 09:32 AM
elise_driver elise_driver is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Norwich
Posts: 53 elise_driver User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 27 m 10 sec
Reputation Power: 5
Hi,

Coldfusion administrator should be in start > programs > macromedia > macromedia coldfusion mx > administrator.

This should take you to the login of administrator.

Reply With Quote
  #3  
Old March 15th, 2004, 12:10 PM
kiteless kiteless is offline
Moderator
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jun 2002
Location: Raleigh, NC
Posts: 3,480 kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Week 3 Days 17 h 33 m 17 sec
Reputation Power: 42
If you are on a shared server you will almost certainly NOT have access to the CF administrator interface, for obvious security reasons. You'll have to go through your hosting provider's control panel or email their support people to have them set up a datasource for you.

Reply With Quote
  #4  
Old March 15th, 2004, 11:45 PM
DynamicCoder DynamicCoder is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Kolkata, (West Bengal) India
Posts: 129 DynamicCoder Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 6 h 24 m 35 sec
Reputation Power: 0
Send a message via Yahoo to DynamicCoder
Thanks

Hi Kiteless,

Thanks for your reply. I guessed the same also. We had to email the server admin to fix a datasource for us and I hope he does it quickly. But this is surely a time consuming and cumbersome process. I was thinking if there is an easy way. The control panel provided by the hosting company lets me create a ODBC connection to my MA SQL DB. Is it of any use with the ColdFusion App i.e. Can I use the ODBC connection with the coldfusion app the way we do in ASP ?

Reply With Quote
  #5  
Old March 16th, 2004, 10:25 AM
kiteless kiteless is offline
Moderator
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jun 2002
Location: Raleigh, NC
Posts: 3,480 kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Week 3 Days 17 h 33 m 17 sec
Reputation Power: 42
Yes I believe you should be able to use the same ODBC datasource name in CF.

Reply With Quote
  #6  
Old March 17th, 2004, 10:58 PM
DynamicCoder DynamicCoder is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Kolkata, (West Bengal) India
Posts: 129 DynamicCoder Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 6 h 24 m 35 sec
Reputation Power: 0
Send a message via Yahoo to DynamicCoder
Odbc

Hi kiteless !!

when I am using CF datasource named say xyz while quering we write:

<cfquery name="abc" datasource="xyz">
select * from dummy_table
</cfquery>

How do you do the same query with ODBC connection?

Reply With Quote
  #7  
Old March 18th, 2004, 08:55 AM
kiteless kiteless is offline
Moderator
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jun 2002
Location: Raleigh, NC
Posts: 3,480 kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Week 3 Days 17 h 33 m 17 sec
Reputation Power: 42
As far as I know, any ODBC connection you create in the CF administrator is actually created as a system ODBC datasource. So if you have an ODBC datasource named "xyz" I think you should be able to use "xyz" and the dsn name in your cfquery tag.

Reply With Quote
  #8  
Old March 23rd, 2004, 03:08 AM
kesharmehra kesharmehra is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 14 kesharmehra User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 41 m 12 sec
Reputation Power: 0
Try to access : http://<yourwebsite.com or IP>/cfide/administrator/index.cfm or ask your ISP to create a datasource for you....

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreColdFusion Development > ColdFusion Data Source


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway