xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NetError()

Determines if a Net*() function has failed.

Syntax

NetError()  --> lIsNetworkError

Return

The function returns .T. (true) if a Net*() function has failed, otherwise the return value is .F. (false).

Description

NetError() returns the status flag used by other Net*() functions to indicate success or failure of a database operation in a network.

Info

See also:NetAppend(), NetDbUse(), NetDelete(), NetOpenFiles(), NetRecall()
Category: Database functions , Network functions , xHarbour extensions
Source:rtl\ttable.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe