Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PostgreSQl DB を C# プロジェクトに接続したいのですが、このコードを見つけました
OdbcConnection DbConnection = new OdbcConnection("connection_string");
私の問題は次のとおりです:-接続文字列として使用できるものと、それを見つける方法は?
ODBC 経由で PostgreSQL データベース サーバーで Microsoft .NET を使用する
ここをクリック