Invitation to connect on LinkedIn

------=_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


<html>
<body>



<table border="0" width="550" cellpadding="0" cellspacing="0" style="max-width:550px; border-top:4px solid #39C; font: 12px arial, sans-serif; margin: 0 auto;"><tr><td>
<h1 style="color: #000; font: bold 23px arial; margin:5px 0;" >LinkedIn</h1>
<div style="font:13px arial, sans-serif; width:540px">
<p>Gourish Singbal requested to add you as a connection on LinkedIn:</p>

<p>
Arthur,<br/>
<br/>
I'd like to add you to my professional network on LinkedIn.<br/>
<br/>
- Gourish
</p>

<div style="margin-top: 15px; margin-bottom:10px; border-bottom: 1px solid #ddd; line-height:1px"> </div>

<table cellpadding="0" cellspacing="0">
<tr>
<td style="width:15%; padding-right:20px; font:12px arial, sans-serif;">
<a style="background-color:#ffcc00; display:block; border-right: 1px solid #7a5a20; border-bottom: 1px solid #7a5a20; padding:5px; text-decoration: none; color: #000; text-align: center; white-space:none; font-weight: bold" href="http://www.linkedin.com/e/d1pxbl-gbbslet9-13/k_LL1gI9fKuLTP8-I_z9Jgr5gLorLUz-k_zj0fP8/blk/I2175545636_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPoPdzkQdjkTcj99bP5Ud7lqjThebPsQd3cOejgQd34LrCBxbOYWrSlI/EML_comm_afe/">Accept</a>
</td>
<td style="font: 13px arial, sans-serif;">
View invitation from Gourish Singbal
</td>
</tr>
</table>

<br>
<div style="margin-top: 5px; border-bottom: 2px solid #ddd; line-height:2px"> </div>
<br>
<p> DID YOU KNOW <strong>you can showcase your professional knowledge on LinkedIn to receive job/consulting offers and enhance your professional reputation?</strong><br> Posting replies to questions on LinkedIn Answers puts you in front of the world's professional community. </p>
<div style="margin-top: 6px; border-bottom: 2px solid #ddd; line-height:3px"> </div>
</div>




<p style="width: 550px; margin: 3px auto; font: 10px arial, sans-serif; color: #999;">© 2010, LinkedIn Corporation</p>

</body>
</html>
------=_Part_350726_359146783.1278484387393--
Gourish Singbal [ Mi, 07 Juli 2010 08:33 ] [ ID #2044162 ]

PgsqlODBC 8.1 and 8.4 side-by-side installation

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.

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 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

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.5969" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =
size=3D2>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. 
</FONT></SPAN></DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =
size=3D2>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.</FONT></SPAN></DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =
size=3D2>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?</FONT></SPAN></DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =
size=3D2>Thanks
very much!</FONT></SPAN></DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D766114015-07072010><FONT face=3DArial color=3D#0000ff =

size=3D2>RobR</FONT></SPAN></DIV></BODY></HTML>

------_=_NextPart_001_01CB1DF4.50325865--
Rob Richardson [ Mi, 07 Juli 2010 18:49 ] [ ID #2044163 ]

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

"Rob Richardson" <Rob.Richardson [at] rad-con.com> 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 [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Kevin Grittner [ Mi, 07 Juli 2010 19:03 ] [ ID #2044164 ]

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

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

On Wed, Jul 7, 2010 at 9:49 AM, Rob Richardson
<Rob.Richardson [at] rad-con.com>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

<div class=3D"gmail_quote">On Wed, Jul 7, 2010 at 9:49 AM, Rob Richardson <=
span dir=3D"ltr"><<a href=3D"mailto:Rob.Richardson [at] rad-con.com">Rob.Rich=
ardson [at] rad-con.com</a>></span> wrote:<br><blockquote class=3D"gmail_quot=
e" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"=
>




<div>
<div>=C2=A0</div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2">I
wanted to try using the ODBC driver for PostgreSQL 8.4.=C2=A0 But when I
installed it, I was surprised and dismayed to see that the old driver no lo=
nger
appeared in the list of available drivers when I tried to create a new
DSN.=C2=A0 At first, I thought that the new driver was working, but any upd=
ate
query gave me a "multiple-step operation raised errors.=C2=A0 See erro=
r list"
error.</font></span></div></div></blockquote><div><br></div><div>is this a =
64bit machine? if so, you will need to run the 32bit odbc manager in order =
to find the pgodbc driver.=C2=A0</div><div>=C2=A0</div><blockquote class=3D=
"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding=
-left:1ex;">
<div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2"></font></span>=
=C2=A0</div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2">Is it
possible to have the 8.1 and 8.4 ODBC drivers available at the same time?=
=C2=A0
If so, how do I install the 8.4 driver so that the 8.1 driver is still
available?</font></span></div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2"></font></span>=
=C2=A0</div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2">Thanks
very much!</font></span></div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2"></font></span>=
=C2=A0</div>
<div><span><font face=3D"Arial" color=3D"#0000ff" size=3D"2">RobR</font></s=
pan></div></div>
</blockquote></div><br><br clear=3D"all"><br>-- <br>David Bear<br>College o=
f Public Programs at ASU<br>602-494-0424<br>

--0016364eded2aa402b048af7d4a0--
David Bear [ Fr, 09 Juli 2010 19:35 ] [ ID #2044254 ]
Datenbanken » gmane.comp.db.postgresql.admin » Invitation to connect on LinkedIn

Vorheriges Thema: Large files in main/base
Nächstes Thema: Monitoring PostgreSQL on Windows 2003