Connect to my database

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Connect to my database

    Hi All....

    As the topic summary states: I am a "newbie with no clue!"

    I own, (and play site administrator) for an online e-commerce business that
    first made its internet debut back in 1999. My site is written in Cold Fusion
    and is hosted by a 3rd party provider on a dedicated SQL server and Data
    server. Although I have picked up working knowlege of HTML over the years and
    thusly armed have been able to make/add minor changes to my site, I want
    desparately to learn Cold Fusion so that I can make all those changes/additions
    that have evaded my ability up until now. - - In anticipation of that day, I
    have loaded a Dev copy of CF7 as well as SQL server onto my laptop PC,
    (running Windows XP Home Edition), as well as a copy of "Eben Hewitts" Cold
    Fusion Training course. Although it is "old" , (CF 5), I am finding it very
    exciting and informative. Surprisingly, I have been able to do all of the
    "projects" that it asks you to complete at the end of each "lecture".

    However, I have come to a point where two lessons are about to be given on
    Relational databases......and I find myself utterly and helplessly lost! The
    beginning of the lecture instructs you to go into the CF Administrator and
    "create a CF data source so that Cold Fusion can connect to my database". No
    Problem!.....except that Microsoft XP Home Edition does not have Microsoft
    Access", (nor does Eben Hewitt recommend that you use it), and I don't have a
    database on my laptop to "connect" to. Until I am comfortable that I won't
    "Break" my real site, I want to be able to create a database locally on my PC
    and play around with CF programming here where it's safe to do so.

    My obvious question is: How do I create a database file, stored locally on my
    PC, that I CAN connect to? (I remember fooling around years ago on another
    older PC that you could simply open Microsoft Access and create and name a data
    base and then go back later on to access and edit it as needed). What do I do
    now?

    Please help out a newbie?
    Thanks
    Bob





    rbjordan Guest

  2. Similar Questions and Discussions

    1. how to connect to a database using asp
      I am now beginning to work with ASP and SQL server, on IIS. Having worked with PHP and MySQL on Apache I am familiar with how all 3 should be set up...
    2. How to use “RDS.Connect” to connect to a MS Access database?
      The example I am working from uses the following code which does not work: RDS.Connect = "Provider='sqloledb';Integrated Security='SSPI';Initial ...
    3. How can I connect this database?
      One of my friend has a program written with delphi and which has an interface to add some data. The program use sybase to add data values to the...
    4. ASP.NET database won't connect...
      I setup a asp.net project running on http://localhost/ which connects to a database on another server running sqlserver... I was able to connect...
    5. connect to database
      hi, i have db2 server installed and attach a remote database, i want to open the command window , then i do connect to xx user xxx, i fill in the...
  3. #2

    Default Re: Connect to my database

    Rather than purchase Access, you can download [url]http://www.mysql.com/[/url] for free.
    It is a great database, and works very well with ColdFusion. Of course, this
    will be one more area where you will have to do your homework, and relational
    databases pose a much steeper learning curve than you will have with
    ColdFusion, but once you become familiar with both, you should be set.

    Phil

    paross1 Guest

  4. #3

    Default Re: Connect to my database

    Thanks for the quick reply.....

    Is the "My SQL" redundant to what I have already loaded onto my laptop, (Dev
    copy of Microsoft SQL Server, Macromedia Cold Fusion 7).

    I checked out "MySQL" and am not certain which one I download??
    Windows Essentials (x86)
    Windows (x86)
    Without installer (unzip in C:\)
    Windows x64 downloads
    Windows Essentials (AMD64 / Intel EM64T)
    Without installer (AMD64 / Intel EM64T)
    Windows Server 2003 (AMD64 / Intel EM64T)

    Thanks
    Bob

    rbjordan Guest

  5. #4

    Default Re: Connect to my database

    If you have SQL Server, you might try going with that, although you may have
    "fun" getting the development version to talk to ColdFuison on an XP Home
    edition PC without some extra tweaking (driver issues, I believe.) At any rate,
    you are going to need to do a lot of reading, as it is beyond the scope of a
    single forum post to be able to talk someone through everything that you will
    need to learn to install and configure ColdFusion with a database if you know
    nothing about relational databases. First get your database up and running and
    learn something about relational databases and SQL, then work on adding data
    sources to ColdFusion, etc. Baby steps.

    Phil

    paross1 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139