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

  1. #1

    Default Database connect

    Hi, frends
    I am new to ColdFusion and I was trying this database Access connectivity for
    my blog, however it doesnt work on the server. The blog is running fine on my
    local machine but it doesnt on the hosting server. It gives me an error :
    Error Executing Database Query.
    Data source not found.

    The link for the blog is [url]http://www.merlinvicki.in/blog/index.cfm[/url]

    Can anyone please sort this out for me??

    Regards



    merlinvicki 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: Database connect

    > I am new to ColdFusion and I was trying this database Access connectivity
    for
    > my blog, however it doesnt work on the server. The blog is running fine on
    my
    > local machine but it doesnt on the hosting server. It gives me an error :
    > Error Executing Database Query.
    > Data source not found.
    >
    > The link for the blog is [url]http://www.merlinvicki.in/blog/index.cfm[/url]
    >
    > Can anyone please sort this out for me??
    You need to create a datasource from the CF admin, datasource that points to
    the Access file.

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: Database connect

    Hi Neculai,

    Thanx for the reply. U see I did that on my local machine and it runs fine,
    but the hosting provider at my website doesn't have the CF Admin. I can only
    create System DSN from there.

    I'll be very grateful if you can sort this out for me. Tell me if you require
    the login passwords for my site.


    merlinvicki Guest

  5. #4

    Default Re: Database connect

    Could you tell me who you hosting your site with?
    I guess when u log into the Web Controller for your website, it should say somewhere to add a data source.

    thanks
    Varun Dixit
    tech_varun Guest

  6. #5

    Default Re: Database connect

    hi varun,
    i did do that but still it says datasource not found. Can I link the same to the mddb file directly??
    The same is running fine locally.
    merlinvicki Guest

  7. #6

    Default Re: Database connect

    Hi guys,
    Thanx a lot for ur help. The JDBC Connector has been installed and I have got the blog to work after all.
    Your help is much appreciated!
    merlinvicki 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