Ask a Question related to ASP, Design and Development.

  1. #21

    Default database connection

    hi...
    i got a problem with the database connection...
    i got one file that cant connect to the database....(besides this file all my
    database connection are workin properly)
    but i dunno wat happen with this file, i cant connect it...when i try to
    create the database,the testing on that page are made succesfully but when i
    was looking for the database table in dreamweaver itself they didnt come out...

    if anyone know how to solve it...plz let me know...
    thank you very much....

    w1r4 Guest

  2. Similar Questions and Discussions

    1. connection database
      Hello every one, please some body to help me. How to store the data text in Access databases using flash form and to search into the database. It is...
    2. mx7 connection to sql database
      I cannot connect mx7 to sql server 2000 database...........the error I am getting is. Connection verification failed for data source: apl...
    3. Create Database Connection
      I'm trying, for the first time, to set up a MySQL database connection using Dreamweaver's Databases tab. Please note I can succesffully connect to...
    4. Database Connection ASP.NET Issue
      Using DW MX 2004 on windows XP SP2, IIS, using ASP.NET, VB for code, Access 2000 DB, I create a OLE DB database connection using the connection...
    5. connection to database
      Hi im using dreamweaver for the first time and im having problems displaying recordsets between the database and dreamweaver. I have defined the...
  3. #22

    Default Database Connection

    Hi
    I cannot make a connect to the db. Not only to a db created by myself, but
    also to the ones that are for tutoring purposes defined by default.
    When I verify the connection of the default db, it gives me "Error" in all 3.
    When I try to connect to my db, the message says:
    The ColdFusion MX ODBC Server service is not running or has not been installed

    Any ideas?

    Laura


    lapfama Guest

  4. #23

    Default Re: Database Connection

    Did you check under "Services" and make sure these two services are running?

    ColdFusion MX 7 ODBC Agent
    ColdFusion MX 7 ODBC Server
    mxstu Guest

  5. #24

    Default Re: Database Connection

    Thanks
    I'm runnig cf mx (not mx7)
    I don't have a tab or link named "Services"

    Where else can I find:
    ColdFusion MX 7 ODBC Agent
    ColdFusion MX 7 ODBC Server

    Thanks,

    Laura
    lapfama Guest

  6. #25

    Default Re: Database Connection

    Assuming you're running windows look for Control Panel --> Services or
    Administrative Tools ---> Services. The exact location depends on the windows
    version. The name of the services might be slightly different, like
    "ColdFusion MX ODBC Agent" instead of "ColdFusion MX 7 ODBC Agent".

    mxstu Guest

  7. #26

    Default Re: Database Connection

    Thanks

    I'm in ODBC Data Source Administrator.
    It has 7 tabs:
    User DSN - System DSN - File DSN - Drivers - Tracing - Connection Pooling -
    About
    Under Systems DSN I can see all the databases (CF defaults ones and mines).
    However, I can't see anything similar to:
    "ColdFusion MX ODBC Agent" instead of "ColdFusion MX 7 ODBC Agent"

    Thanks,

    Laura

    lapfama Guest

  8. #27

    Default Re: Database Connection

    No, you don't want "ODBC Data Source Administrator". You're looking for
    "Services". You can see an image of the "Services" icon
    [url]http://www.microsoft.com/windowsxp/images/using/security/learnmore/admintools.jp[/url]
    g. Open up "Services" and you should see an alphabetical listing, look for
    something like "ColdFusion MX ODBC Agent" and if it is not started, start it.

    mxstu Guest

  9. #28

    Default Re: Database Connection

    Great!!!
    Now all db connections are working.

    Thanks a lot Ralph,

    Laura
    lapfama Guest

  10. #29

    Default Database connection


    I am new at all of this and the different combinations of software/hardware.
    are a bit confusing - seems like I should
    really know what works together before I decide what to learn.....

    I would like to know if I can connect to a MySQL database from within DW8
    using Coldfusion on a Mac?

    thanks in advance
    BW

    BetsyW. Guest

  11. #30

    Default Database connection

    hi everybody
    my questions = i want to connection database on Flash 5 and my database is Access database.
    How to?
    please help
    Hedecan Guest

  12. #31

    Default Re: Database connection

    Generally connection to a DB is done with the DB on a web server. If you dig
    there are third party products for connection locally but they may require a
    later version of Flash.

    I believe in Flash 5 you used loadVariables or XML class.

    XML creates an object. The XML class had some type of a whitespace problem
    as I recall and you have to do the parsing.


    The loadVariables method gets the data in URL variable format from the
    server and places them as variables into a timeline.
    loadVariables("http://myserver.com/nameofscript",_root.clipInstanceTimelineToHoldVari ables,POST).
    I believe it also sends the variables in the timeline to the server script.

    The rest is using ASP or ASP.Net and probably the ADO library to use the
    Access database.

    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "Hedecan" <webforumsuser@macromedia.com> wrote in message
    news:dr4l79$oar$1@forums.macromedia.com...
    hi everybody
    my questions = i want to connection database on Flash 5 and my database is
    Access database.
    How to?
    please help


    Motion Maker Guest

  13. #32

    Default Database Connection

    I can't get a connection to an Access database on a virtual server.
    I am trying to use asp.net VB.
    I know this may be easy to some people but I am knew to programming.
    Please help.
    sabafana 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