Fixed the first DSN name mistake.
authorHiroshi Saito <hiroshi@winpg.jp>
Sat, 3 May 2008 07:22:50 +0000 (07:22 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Sat, 3 May 2008 07:22:50 +0000 (07:22 +0000)
dlg_specific.h

index abeacffb65478e6bf69143bb6da3a8f2f139708a..7cac98ba9e2b65bd37fc66f615f398444a47a4e5 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
 
 #if (ODBCVER >= 0x0300)
 #ifdef  UNICODE_SUPPORT
-#define INI_DSN                "PostgreSQL30W"
+#define INI_DSN                "PostgreSQL35W"
 #else
 #define INI_DSN                "PostgreSQL30"
 #endif /* UNICODE_SUPPORT */