Postgres Äquivalent von MySQLI_SELECT_DB

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Postgres Äquivalent von MySQLI_SELECT_DB

by Anonymous » 17 Aug 2025, 09:56

Wie kann ich über Php in eine andere Datenbank in Postgres wechseln?

Code: Select all

mysqli_select_db( $db_conn, $db_name )

Auf einer anderen Problemumgehung, aber mit derselben Verbindung.

Top