Re: Re: your mail

From: Bob Kline <bkline(at)rksystems(dot)com>
To: Adam Lang <aalang(at)rutgersinsurance(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Re: your mail
Date: 2000-12-13 15:32:05
Message-ID: Pine.LNX.4.10.10012131026130.6006-100000@rksystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, 13 Dec 2000, Adam Lang wrote:

> For curiosity's sake... why are you using getrows?
>
> Much easier to do:
>
> dim fd as ADODB.Recordset
> dim strRow as string
> do while not rs.EOF
> strRow = ""
> for each fd in rs.Fields
> strRow = strRow & " " & fd.value
> next
> debug.Print strRow
> rs.MoveNext
> Loop
> set fd = nothing

Sure, that works, too. All I was trying to illustrate was how he could
establish the connection, which is what he originally asked. Turns out
that's not what he meant, though. What he really wanted to know was how
to create the data source programmatically.

--
Bob Kline
mailto:bkline(at)rksystems(dot)com
http://www.rksystems.com

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ravindra Wankar 2000-12-13 16:08:38 JDBC 2.0 support and reliability
Previous Message Andrew Nosenko 2000-12-13 15:30:04 Re: StarOffice 5.2 for Linux and ODBC