IT Community - Software Programming, Web Development and Technical Support

Create connections between your ColdFusion Web sites and databases?

This is a discussion on Create connections between your ColdFusion Web sites and databases? within the ColdFusion Programming forums, part of the Web Development category; Hi Guys please let me know the reason What can be used to create connections between your ColdFusion Web sites ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ColdFusion Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-30-2007, 05:22 AM
vigneshgets vigneshgets is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 904
vigneshgets is on a distinguished road
Angry Create connections between your ColdFusion Web sites and databases?

Hi Guys please let me know the reason What can be used to create connections between your ColdFusion Web sites and databases?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-16-2007, 06:10 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 297
Karpagarajan is on a distinguished road
Default Re: Create connections between your ColdFusion Web sites and databases?

Hi,

Coldfusion is the server side scripting langauge. It can be connected with any type of databases. You can connect the Coldfusion server script to database, you need to create the related database's data resource in Codfusion admin control. After that you can link the data source to your coldfusion server script like given in the below example.

<CFQUERY NAME=”insert_data” DATASOURCE=”test_source”>

INSERT INTO name_table (NAME, TELEPHONE)

VALUES

(‘Shannon’, 555-1212)

</CFQUERY>


Hope you can get the details now.

thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is ColdFusion? pranky ASP and ASP.NET Programming 3 01-21-2008 12:51 AM
Introduction to ColdFusion MasterMind ColdFusion Programming 4 12-13-2007 08:39 PM
Can any one explain about the Persistent Database Connections in php? Falcon PHP Programming 4 11-12-2007 10:56 PM
# What is the role of the DataReader class in ADO.NET connections? anbuchezhians VB.NET Programming 1 07-27-2007 01:44 AM
I need to find out how many client connections were aborted by MySQL server Sabari Database Support 1 07-17-2007 03:34 AM


All times are GMT -7. The time now is 02:05 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0