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 |
| |||
| ColdFusion is an application server and software development framework used for the development of computer software in general, and dynamic web sites in particular. __________________ womens perfume Sexual Predators |
| |||
| you need to create the related database's data resource in Codfusion admin control. After that you can link the data source |
| |||
| Get a huge variety of Ed Hardy clothing, NIKE, Adidas, Christian Audigier and a lot more brands at a discounted price and with worldwide free shipping. So visit Ed Hardy Clothing|Ed Hardy Hats|Hip Hop|Christian Audigier|Timberland Boots - Raining Hollywood and start ordering today. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Introduction to ColdFusion | MasterMind | ColdFusion Programming | 6 | 10-04-2008 10:45 PM |
| What is ColdFusion? | pranky | ASP and ASP.NET Programming | 3 | 01-21-2008 01:51 AM |
| Can any one explain about the Persistent Database Connections in php? | Falcon | PHP Programming | 4 | 11-12-2007 11:56 PM |
| # What is the role of the DataReader class in ADO.NET connections? | anbuchezhians | VB.NET Programming | 1 | 07-27-2007 02:44 AM |
| I need to find out how many client connections were aborted by MySQL server | Sabari | Database Support | 1 | 07-17-2007 04:34 AM |