Skip to main content
September 13, 2011
Answered

How do you create database in server administration

  • September 13, 2011
  • 2 replies
  • 634 views

I am newbie can an

yone direct me to create a database in server administration

or a table in cf. I meant  database with data.c

ar extension

    This topic has been closed for replies.
    Correct answer JR__Bob__Dobbs

    I'm not sure what you mean when you say you want to create a "database with data.car extension".  CF is a web application server, not a database server.


    Information about connecting to databases can be found in the CF documentation.  See:

    "Adding data sources"
    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3639b1-7ffc.html

    "Accessing and Using Data"
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS8f0cc78011fffa7168855f811cdb0b0cce-8000.html

    2 replies

    ilssac
    Inspiring
    September 13, 2011

    As JR indicated ColdFusion is an Web Application Server NOT a Database server.

    It is somewhat confusing, because ColdFusion DOES come bundled with a Database server.  That is the Apache Derbry Database server now-a-days.  But using this would NOT have a "data.car" file naming convention.

    If you care to play around using the Apache Derby product there is plenty of documentation out there, including how to access and control it through CFML constructs.

    September 13, 2011

    ok thanks all.

    JR__Bob__DobbsCorrect answer
    Inspiring
    September 13, 2011

    I'm not sure what you mean when you say you want to create a "database with data.car extension".  CF is a web application server, not a database server.


    Information about connecting to databases can be found in the CF documentation.  See:

    "Adding data sources"
    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3639b1-7ffc.html

    "Accessing and Using Data"
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS8f0cc78011fffa7168855f811cdb0b0cce-8000.html