function LastAutoIncID( cTable, cPrimaryKey, oCn )
local oRs, nRet
oRs := oCn:OpenSchema( 12, { nil, nil, nil, nil, ctable } )
oRs:Filter := "COLUMN_NAME = '" + cPrimaryKey + "'"
nRet := oRs:Fields( "CARDINALITY" ):Value
return nRet
dagiayunus wrote:Dear Sir(s)
I have one table in sql database. if USER1 is browsing ARTICLE
table and make some changes, how to to update/visible USER2 browse with the
same change?
Something like dbf. when we change records it update to every where.
Regards
Yunus.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 79 guests