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 |
| |||
| 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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |
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 |