Con el siguiente código nativo de FW
Code: Select all | Expand
oCon := mysql_Connect( "localhost", "Fwh", "Root", "xxxxxxx" )
Unresolved external 'HB_FUN_MYSQL_CONNECT' referenced from ......
Uso FWH2307, BCC7 y HARBOUR
Me falta algo?
Saludos
Code: Select all | Expand
oCon := mysql_Connect( "localhost", "Fwh", "Root", "xxxxxxx" )
Code: Select all | Expand
oCon := mysql_Connect( "127.0.0.1", "Fwh", "Root", "xxxxxxx"
Code: Select all | Expand
oCon := maria_Connect( "127.0.0.1", "", "root", "password" ) <=== no me funcionó con localhost