Invitation to connect on LinkedIn

Invitation to connect on LinkedIn

am 07.07.2010 08:33:07 von Gourish Singbal

------=_Part_350726_359146783.1278484387393
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

LinkedIn
------------Gourish Singbal requested to add you as a connection on LinkedIn:
------------------------------------------

Arthur,

I'd like to add you to my professional network on LinkedIn.

- Gourish

Accept invitation from Gourish Singbal
http://www.linkedin.com/e/d1pxbl-gbbslet9-13/k_LL1gI9fKuLTP8 -I_z9Jgr5gLorLUz-k_zj0fP8/blk/I2175545636_2/1BpC5vrmRLoRZcjk kZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPoPdzkQdjkTcj99bP5Ud7lqjT hebPsQd3cOejgQd34LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Gourish Singbal
http://www.linkedin.com/e/d1pxbl-gbbslet9-13/k_LL1gI9fKuLTP8 -I_z9Jgr5gLorLUz-k_zj0fP8/blk/I2175545636_2/39vdzcSdjgRdjsNc AALqnpPbOYWrSlI/svi/
------------------------------------------

DID YOU KNOW you can showcase your professional knowledge on LinkedIn to receive job/consulting offers and enhance your professional reputation? Posting replies to questions on LinkedIn Answers puts you in front of the world's professional community.
http://www.linkedin.com/e/d1pxbl-gbbslet9-13/abq/inv-24/


------
(c) 2010, LinkedIn Corporation
------=_Part_350726_359146783.1278484387393
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit








LinkedIn



Gourish Singbal requested to add you as a connection on LinkedIn:




Arthur,



I'd like to add you to my professional network on LinkedIn.



- Gourish



 















 



DID YOU KNOW you can showcase your professional knowledge on LinkedIn to receive job/consulting offers and enhance your professional reputation?
Posting replies to questions on puts you in front of the world's professional community.


 






© 2010, LinkedIn Corporation





------=_Part_350726_359146783.1278484387393--

PgsqlODBC 8.1 and 8.4 side-by-side installation

am 07.07.2010 18:49:02 von Rob Richardson

This is a multi-part message in MIME format.

------_=_NextPart_001_01CB1DF4.50325865
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I have a customer who is running PostgreSQL 8.1. I recently updated an
application there, and it is running extremely slowly. The previous
version of the application runs fine, and the new version runs fine on
my machine, which runs PostgresQL 8.4. The problem is that a query for
a single record from a 100,000-record database is taking 8 seconds when
the ADO recordset is set to use a client-side cursor, while it only
takes a few milliseconds for a server-side cursor. But if I use a
server-side cursor, I get the "query-based update cannot find row to
update" error. =20
=20
I wanted to try using the ODBC driver for PostgreSQL 8.4. But when I
installed it, I was surprised and dismayed to see that the old driver no
longer appeared in the list of available drivers when I tried to create
a new DSN. At first, I thought that the new driver was working, but any
update query gave me a "multiple-step operation raised errors. See
error list" error.
=20
Is it possible to have the 8.1 and 8.4 ODBC drivers available at the
same time? If so, how do I install the 8.4 driver so that the 8.1
driver is still available?
=20
Thanks very much!
=20
RobR

------_=_NextPart_001_01CB1DF4.50325865
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable



charset=3Dus-ascii">


size=3D2>I have=20
a customer who is running PostgreSQL 8.1.  I recently updated an=20
application there, and it is running extremely slowly.  The =
previous=20
version of the application runs fine, and the new version runs fine on =
my=20
machine, which runs PostgresQL 8.4.  The problem is that a query =
for a=20
single record from a 100,000-record database is taking 8 seconds when =
the ADO=20
recordset is set to use a client-side cursor, while it only takes a few=20
milliseconds for a server-side cursor.  But if I use a server-side =
cursor,=20
I get the "query-based update cannot find row to update" error. =20


size=3D2>
 

size=3D2>I=20
wanted to try using the ODBC driver for PostgreSQL 8.4.  But when I =

installed it, I was surprised and dismayed to see that the old driver no =
longer=20
appeared in the list of available drivers when I tried to create a new=20
DSN.  At first, I thought that the new driver was working, but any =
update=20
query gave me a "multiple-step operation raised errors.  See error =
list"=20
error.


size=3D2>
 

size=3D2>Is it=20
possible to have the 8.1 and 8.4 ODBC drivers available at the same =
time? =20
If so, how do I install the 8.4 driver so that the 8.1 driver is still=20
available?


size=3D2>
 

size=3D2>Thanks=20
very much!


size=3D2>
 


size=3D2>RobR


------_=_NextPart_001_01CB1DF4.50325865--

Re: PgsqlODBC 8.1 and 8.4 side-by-side installation

am 07.07.2010 19:03:44 von Kevin Grittner

"Rob Richardson" wrote:

> Is it possible to have the 8.1 and 8.4 ODBC drivers available at
> the same time? If so, how do I install the 8.4 driver so that the
> 8.1 driver is still available?

The people most likely to be able to answer your questions are
probably on the pgsql-odbc list. If you don't get an answer here
within a day or two, you should probably try there.

-Kevin

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Re: PgsqlODBC 8.1 and 8.4 side-by-side installation

am 09.07.2010 19:35:36 von David Bear

--0016364eded2aa402b048af7d4a0
Content-Type: text/plain; charset=UTF-8

On Wed, Jul 7, 2010 at 9:49 AM, Rob Richardson
wrote:

>
> I wanted to try using the ODBC driver for PostgreSQL 8.4. But when I
> installed it, I was surprised and dismayed to see that the old driver no
> longer appeared in the list of available drivers when I tried to create a
> new DSN. At first, I thought that the new driver was working, but any
> update query gave me a "multiple-step operation raised errors. See error
> list" error.
>

is this a 64bit machine? if so, you will need to run the 32bit odbc manager
in order to find the pgodbc driver.


>
> Is it possible to have the 8.1 and 8.4 ODBC drivers available at the same
> time? If so, how do I install the 8.4 driver so that the 8.1 driver is
> still available?
>
> Thanks very much!
>
> RobR
>



--
David Bear
College of Public Programs at ASU
602-494-0424

--0016364eded2aa402b048af7d4a0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Wed, Jul 7, 2010 at 9:49 AM, Rob Richardson <=
span dir=3D"ltr"><Rob.Rich=
ardson@rad-con.com
> wrote:
e" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"=
>





 

I=20
wanted to try using the ODBC driver for PostgreSQL 8.4.  But when I=20
installed it, I was surprised and dismayed to see that the old driver no lo=
nger=20
appeared in the list of available drivers when I tried to create a new=20
DSN.  At first, I thought that the new driver was working, but any upd=
ate=20
query gave me a "multiple-step operation raised errors.  See erro=
r list"=20
error.

is this a =
64bit machine? if so, you will need to run the 32bit odbc manager in order =
to find the pgodbc driver. 
 
"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding=
-left:1ex;">

=
 

Is it=20
possible to have the 8.1 and 8.4 ODBC drivers available at the same time?=
 =20
If so, how do I install the 8.4 driver so that the 8.1 driver is still=20
available?

=
 

Thanks=20
very much!

=
 

RobR pan>




--
David Bear
College o=
f Public Programs at ASU
602-494-0424


--0016364eded2aa402b048af7d4a0--