Re: Re: your mail - Mailing list pgsql-interfaces

From Bob Kline
Subject Re: Re: your mail
Date
Msg-id Pine.LNX.4.10.10012131026130.6006-100000@rksystems.com
Whole thread Raw
In response to Re: Re: your mail  ("Adam Lang" <aalang@rutgersinsurance.com>)
List 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@rksystems.com
http://www.rksystems.com



pgsql-interfaces by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: Re: your mail
Next
From: Andrew Nosenko
Date:
Subject: Re: StarOffice 5.2 for Linux and ODBC