Olá pessoal, Para eu configurar o Registro do Windows para ODBC eu tinha um script para 32 bits assim: Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL] "APILevel"="1" "ConnectFunctions"="YYN" "DriverODBCVer"="03.00" "FileUsage"="0" "Setup"="C:\\WINDOWS\\system32\\psqlodbc.dll" "SQLLevel"="1" "UsageCount"=dword:00000001 "Driver"="C:\\WINDOWS\\system32\\psqlodbc.dll" Para 64 bis mudava um pouco: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\PostgreSQL] "APILevel"="1" "ConnectFunctions"="YYN" "Driver"="PSQLODBC.DLL" "DriverODBCVer"="03.00" "FileUsage"="0" "Setup"="PSQLODBC.DLL" "SQLLevel"="1" "UsageCount"=dword:00000001 Para o WINDOWS 8 não consegui visualizar qual a chave para ser modificada. Alguém já fez essa configuração? Muito obrigado -- Mello Júnior 41.3252-3555
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
