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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi Guys please let me know the reason What can be used to create connections between your ColdFusion Web sites and databases? |
|
#2
| |||
| |||
| 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 |
|
#3
| |||
| |||
| you need to create the related database's data resource in Codfusion admin control. After that you can link the data source |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| advantage of coldfusion | hkp819 | ColdFusion Programming | 1 | 04-13-2009 05:11 PM |
| What connections does Microsoft SQL Server support? | mobilegeek | Database Support | 2 | 04-15-2008 01:29 AM |
| What is ColdFusion? | pranky | ASP and ASP.NET Programming | 3 | 01-21-2008 12:51 AM |
| 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 |
Our Partners |