vb 2005 ใช้คำสั่งในการ connect ฐานข้อมูล postgres ยังไงอ่ะค่ะ ช่วยหน่อยนะคะ (แล้วต้องไปตั้งค่าODBCใน Administrative Tools เพื่อถึงฟังก์ชันมาใช้รึป่าวคะ)
ใช้คำสั้งนี้อะคะ แล้วมันฟ้องว่า The 'PostgreSQL' provider is not registered on the local machine.
Code
Dim strconn As String = "Provider=PostgreSQL;Server=localhost;Port=5432;Database=test;User Id=xxxx;Password=xxxx"