Hi,

Thanks for the reply.

But in the sample I see Access not a sql using IP address.

Does it support connecting to MySQL server via internet?

thanks

2009/12/24 Massimo Belgrano <[email protected]>

> Yes
>
> C:\hb20\contrib\rddsql\sddodbc\tests
>
> /*
>  * $Id: test1.prg 12948 2009-11-20 12:45:41Z vszakats $
>  */
>
> #include "hbrddsql.ch"
>
> REQUEST SDDODBC, SQLMIX
>
> PROC main()
>   RDDSETDEFAULT( "SQLMIX" )
>   SET( _SET_DATEFORMAT, "yyyy-mm-dd" )
>   ? "Connect:", RDDINFO( RDDI_CONNECT, { "ODBC", "DBQ="  +
> hb_DirBase() + "\..\..\..\hbodbc\tests\test.mdb;Driver={Microsoft
> Access Driver (*.mdb)}" } )
>   ? "Use:", DBUSEAREA( .T.,, "select * from test", "test" )
>   ? "Alias:", ALIAS()
>   ? "DB struct:", HB_VALTOEXP( DBSTRUCT() )
>   INKEY( 0 )
>   BROWSE()
>
>   INDEX ON FIELD->SALARY TO salary
>   DBGOTOP()
>   BROWSE()
>   DBCLOSEAREA()
> RETURN
>
>
> 2009/12/24 Lucas De Beltrán <[email protected]>:
> > Thank´s a lot!!.
> >
> > Does it support a SQL RDD to handle SQL DB as dbfs?. For example select
> > ("aa"), dbskip() append blank, etc?
> >
>
>
> --
> Massimo Belgrano
>
> I
> _______________________________________________
> Harbour-users mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour-users
>
_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to