In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

ADO/ODBC

Xailer English public forum
Responder
Pedro Sousa e Faro
Mensajes: 91
Registrado: Mié May 30, 2007 5:25 pm

ADO/ODBC

Mensaje 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
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9442
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

ADO/ODBC

Mensaje 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
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder