connect to Postgresql

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default connect to Postgresql

    I create Custom JDBC Connection and write Driver,URL,User Name,Password
    and when i press test there show information "null pointer".


    Ma?gorzata Guest

  2. Similar Questions and Discussions

    1. How to connect Coldfusion to PostgreSQL?
      Hello guys, I have PostgreSQL and Coldfusion MX 6.1 installed in a linux OS, so how can i connect then ? Thanks, Leandro
    2. how come I get this error message when I try to connect to Postgresql
      Hello all, I am running Postgresql 8.0.0 on Windows 98. When I try to connect to the database with psql.exe using "psql.exe -h localhost -p 5432...
    3. How do I connect to Postgresql on Windows 98?
      Hello all, I just want to know how I should connect to Postgresql while running Windows 98 (no networking)? Dan
    4. how to connect postgresql database
      hi, ===== Y.SUDHEER RAGHAV+919440521140 __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do?
    5. Error - when trying to connect to postgresql
      When I try to connect to postresql with my php script below I got hhis eror: I can insert into the table from psql. Please help Thanks, ...
  3. #2

    Default Re: connect to Postgresql

    Go to [url]www.connectionstrings.com[/url] and make sure you've got the connection set
    up properly.

    "Ma?gorzata" <webforumsuser@macromedia.com> wrote in message
    news:d0qbcn$27p$1@forums.macromedia.com...
    > I create Custom JDBC Connection and write Driver,URL,User Name,Password
    > and when i press test there show information "null pointer".
    >
    >

    CMBergin Guest

  4. #3

    Default Re: connect to Postgresql

    i checked and everything is OK, when i try to connect form pgadmin everything
    is good,
    this look like :
    Driver : org.postgresql.Driver
    URL : jdbc:postgresql://10.0.0.101:5432/sklep
    User name : iam
    Pasword : ************
    Dreamweaver should Connect : (*) Using driver on this machine

    In advanced i choose : Schema public ??????

    pleeeeease coulld somebody help ?

    Ma?gorzata Guest

  5. #4

    Default Re: connect to Postgresql

    i checked and everything is OK, when i try to connect form pgadmin everything
    is good,
    this look like :
    Driver : org.postgresql.Driver
    URL : jdbcostgresql://10.0.0.101:5432/sklep
    User name : iam
    Pasword : ************
    Dreamweaver should Connect : (*) Using driver on this machine

    In advanced i choose : Schema public ??????
    i try to use jdbc2 and jdbc3
    pleeeeease coulld somebody help ?


    Ma?gorzata Guest

  6. #5

    Default Re: connect to Postgresql

    I'm afraid that JSP isn't used much by the folks here, nor is PostgreSQL.
    Perhaps searching on Google will get you some information from other
    sources.


    "Ma?gorzata" <webforumsuser@macromedia.com> wrote in message
    news:d0sdnj$c9p$1@forums.macromedia.com...
    > i checked and everything is OK, when i try to connect form pgadmin
    everything
    > is good,
    > this look like :
    > Driver : org.postgresql.Driver
    > URL : jdbcostgresql://10.0.0.101:5432/sklep
    > User name : iam
    > Pasword : ************
    > Dreamweaver should Connect : (*) Using driver on this machine
    >
    > In advanced i choose : Schema public ??????
    > i try to use jdbc2 and jdbc3
    > pleeeeease coulld somebody help ?
    >
    >

    CMBergin Guest

  7. #6

    Default Re: connect to Postgresql

    but i've got answer for people who use postgresql and jsp
    dreamweaver have problem to connect by connector jdbc3 to postresql 8 you must use older connector for v7.4

    thanks for all
    Ma?gorzata 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