Java SQL “ERROR: Relation ”Table_Name“ does not exist”

前端 未结 4 1817
梦毁少年i
梦毁少年i 2020-12-07 02:39

I\'m trying to connect netbeans to my postgresql database. The connection seems to have worked as I don\'t get any errors or exceptions when just connecting, methods such as

4条回答
  •  一向
    一向 (楼主)
    2020-12-07 03:17

    Besides CoolBeans' suggestion, you may also be connecting to the db as a different user who does not have permission on the relevant db or schema. Can you show the connection string?

提交回复
热议问题