I'm running into an issue when using dbsetfilter() with pgdbe. If I have a Go Top after the dbsetfilter() I get this error:
Description: Operating system error
Code: 40
Operation: DbGoTop
Args: {}
Is anyone else running into issues when using filters with postgres?
dbsetfilter and pgdbe
Re: dbsetfilter and pgdbe
Alaska's PGDBE isn't really finished.
There are a lot of db*() functions that do not yet work.
There are a lot of db*() functions that do not yet work.
The eXpress train is coming - and it has more cars.
Re: dbsetfilter and pgdbe
The problem is DbGotop()
Use this:
FUNC PW_DbGotop()
WHILE !bof()
DbSkip(-1)
ENDDO
RETURN NIL
Use this:
FUNC PW_DbGotop()
WHILE !bof()
DbSkip(-1)
ENDDO
RETURN NIL
Re: dbsetfilter and pgdbe
Horrible!Use this:
This is like: If your car is dirty, buy a new one.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."