Re: ODBCng

From: "ruben avila galindo" <ruben2218(at)hotmail(dot)com>
To: jeugenio(at)umcervantes(dot)cl
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: ODBCng
Date: 2006-06-29 00:05:28
Message-ID: BAY113-F8D37A00975835FC3AFC59A87C0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

<html><div style='background-color:'><DIV class=RTE>
<P><BR>Function Conectar()<BR>Set cn = New ADODB.Connection<BR>With cn<BR>&nbsp;&nbsp;&nbsp; .CursorLocation = adUseServer<BR>&nbsp;&nbsp; .Open ("Provider=MsDataShape.1;Persist Security Info=False;User ID=postgres;Extended Properties=""DSN=PostgreSQL;DATABASE=rafa;SERVER=localhost;PORT=5432;SSLMODE=prefer;UID=postgres;PWD=123456;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColumn=0;RowVersioning=0;ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=8192;UnknownSizes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190;Debug=0;CommLog=0;Optimizer=1;Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;BoolsAsChar=1;Parse=0;CancelAsFreeStmt=0;ExtraSysTablePrefixes=dd_;;LFConversion=1;UpdatableCursors=0;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarBinary=0;UseServerSidePrepare=0;LowerCaseIdentifier=0 """)<BR>End With<BR>End Function</P>
<P>no funciona el driver con esta coneccion saler error;</P></DIV></div></html>

Attachment Content-Type Size
unknown_filename text/html 997 bytes

In response to

  • Re: ODBCng at 2006-06-23 18:56:51 from Juan Martínez

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2006-06-29 00:22:12 Re: Como obtener datos VARCHAR() sin espacios al hacer un Query
Previous Message Jaime Casanova 2006-06-29 00:03:59 Re: Conexion remota desde IIS a BD postgresql