FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TmySqlServer with FW
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
TmySqlServer with FW
Posted: Thu Jul 26, 2007 05:09 PM

I am testing the TmySqlServer
If I compile this function
with xHArbour nSocket = 3678264
with FW nSocket = -2

Many thanks
MAurizio

Function MAin()
oServer := TMySQLServer():Ne("www.freesql.org", "myuser", "mypass")
if oServer:NetErr()
quit
endif
? oServer:nSocket
Return nil

Continue the discussion