On Thu, 30 Apr 2009, sygecom wrote: Hi,
> If in the case of the MSVC LIB Postgresql is the only copy, then do not > really have the LIB LIBPG.LIB in my installation of PostgreSQL. You just > LIBPQ.A, I am using version NO-INSTALL. > And about the error in my application it gives error on line below: > REPLACE REG1 WITH vATUAL2 > Where this is a simple recording system at the beginning with the date that > the system is open. > The full function is below: > USE DADOS ALIAS DADOS SHARED > SELE DADOS > IF Rlock() > REPLACE REG1 WITH vATUAL2 // error > Dbcommit() > DBUNLOCK() > ENDIF > And the error that is returning this below in a file with name of > HB_OUT.LOG: > Unrecoverable error 9201: hb_cdxGoHot: multiple marking buffer as hot. I guess you are using BMDBFCDX. It's not updated for recent modifications in core DBF code. Do not use it until it will not be fixed. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
