Page 1 of 1

FWPPC & ODBC

PostPosted: Fri Jun 06, 2008 4:56 pm
by dbzap
Hello,
FWPPC works with ODBC ? ( or not yet ? )
Any example ?
Thanks

****** spanish on ********

Hola
FWPPC trabaja con ODBC ? ( o aun no ? )
Algun ejemplo ?
Gracias.

PostPosted: Mon Jun 09, 2008 10:58 am
by Antonio Linares
Julio,

ODBC seems to be not supported in Windows Mobile.

Maybe we could try with TOleAuto() and ADO. We are going to do some tests

PostPosted: Mon Jun 09, 2008 1:43 pm
by dbzap
Antonio...
How many time for test with ADO ?
Why it seems so far ?
In a lot of sites about Windows CE talks about it, but none seems resolving ( particulary with ODBC ) ...
Why ?

Thanks

PostPosted: Mon Jun 09, 2008 7:20 pm
by Antonio Linares
Julio,

Microsoft does not provide ODBC for the Windows Mobile :-(

ADO should be the way to go, but up to now, it seems that it may be only available for .NET, but we don't use .NET (not yet).

Re: FWPPC & ODBC

PostPosted: Wed Feb 25, 2009 7:25 pm
by dbzap
Como va con MS-SQL y ADO ?

Re: FWPPC & ODBC

PostPosted: Wed Feb 25, 2009 8:17 pm
by Antonio Linares
De momento hemos conseguido que FWPPC funcione con MySQL correctamente:

viewtopic.php?f=4&t=14634

Re: FWPPC & ODBC

PostPosted: Tue Apr 21, 2009 6:57 pm
by dbzap
Antonio
Han conseguido conectar FWPPC con MSSQL ?
Por lo menos via ADO ?
Gracias de antemano

Re: FWPPC & ODBC

PostPosted: Wed Apr 22, 2009 1:37 am
by Antonio Linares
Julio,

Hemos conseguido conectar con MySQL y usarlo correctamente (no MS SQL) y usando directamente el API de MySQL.

Re: FWPPC & ODBC

PostPosted: Wed Apr 22, 2009 1:47 am
by Antonio Linares
Julio,

En este código que ha proporcionado Salvador:
viewtopic.php?f=7&t=14635#p79552

se muestra la forma de acceder a MS SQL server. Aún no lo hemos probado pero parece que es lo que andabamos buscando :-)

Re: FWPPC & ODBC

PostPosted: Wed Apr 22, 2009 1:29 pm
by dbzap
Estupendo.
Es de esperarse que se desarrolle bien al igual que MySQL, la cual he seguido con real interes.
Seguiremos esperando.
Saludos