Página 1 de 1

ADO/ODBC

Publicado: Mié May 30, 2007 5:25 pm
por Pedro Sousa e Faro
Hi
I'm Starting a new project with Xailer with MySQL Database.
Since the database will manage Millions of records what is the best way to
use as data Source ?
Odbc ( since dataset uses an array and is still conditioned to Memory's PC
??)
ADO ( is still in Beta ?)
Best Regards
pedro

ADO/ODBC

Publicado: Mié May 30, 2007 5:38 pm
por ignacio
Pedro,
In this order:
- Native access
- ADO through ODBC
- ODBC
Native acces will be available very soon (SQLite native access will be also
supported).
If you use ADO you should take care with the version of ODBD you are using
and there are some important flags on the ODBC configuration that need to be
set correctly. Checkout on this news group about this issue. BTW, ADO is not
any more on Beta stage.
Regards,
"Pedro Sousa e Faro" <psfaro@shi.pt> escribió en el mensaje
news:465d96de$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hi
>
> I'm Starting a new project with Xailer with MySQL Database.
>
> Since the database will manage Millions of records what is the best way to
> use as data Source ?
> Odbc ( since dataset uses an array and is still conditioned to Memory's PC
> ??)
>
> ADO ( is still in Beta ?)
>
>
>
> Best Regards
> pedro
>
>