Re: Diff type of data fetching
- From: "Anders Altberg" <anders.altberg>
- Date: Tue, 10 Apr 2007 10:41:49 +0200
And I was trying to answer that question! I'll have to do better it seems.
-Anders
"Den" <test@xxxxxxxxxx> wrote in message
news:eK7iA3xeHHA.2376@xxxxxxxxxxxxxxxxxxxxxxx
sorry, i was try to ask whats the different between fetching data using
SQLStringConnect and ADO.
"Anders Altberg" <anders.altberg> wrote in message
news:e$6m9doeHHA.4916@xxxxxxxxxxxxxxxxxxxxxxx
VFP's SQLStringConnect function can only specify a ODBC driver in the
DRIVER parameter.
If you want to use ADODB you use the ConnectionString property of the
Connection class.
This string can refer to OLEDB drivers or ODBC drivers. You then create
a RecordSet object, sometimes by way of a Command object. VFP has the
CursorAdapter class for turning a RecordSet into a cursor before you can
work normally with a query result in VFP.
That's more work than getting a cursor in step 1 as we do with queries
through ODBC.
-Anders
"Den" <test@xxxxxxxxxx> wrote in message
news:Op4swhneHHA.3960@xxxxxxxxxxxxxxxxxxxxxxx
what's the different of fetching data using SQLStringConnect() with ADO
?
what the pros and cons ? and speed different.?
Thanks!>
.
- Follow-Ups:
- Re: Diff type of data fetching
- From: Den
- Re: Diff type of data fetching
- References:
- Diff type of data fetching
- From: Den
- Re: Diff type of data fetching
- From: Anders Altberg
- Re: Diff type of data fetching
- From: Den
- Diff type of data fetching
- Prev by Date: Re: Array definition
- Next by Date: Re: insert memory variable value into email (MORE)
- Previous by thread: Re: Diff type of data fetching
- Next by thread: Re: Diff type of data fetching
- Index(es):
Relevant Pages
|
Loading