Discussion:
minor problems with v2fc1
david aaron vrooman
2006-08-23 17:01:42 UTC
Permalink
• when implementing a pgSQLstateReceiver interface, the
ReceiveStateChange method has "SourceSocket as pgsQLqueryReceiver"
instead of "SourceSocket as pgSQLqueryReceiver" (notice the capital S
in pgSQLqueryReceiver). minor quibble, but having "polish" makes an
app seem more substantial.

• in the draft2 version of the manual, "curly quotes" are used
extensively. this makes copy/paste of code impossible without manual
editing.

• i'm trying to understand the code example for the
pgSQLstateReceiver interface (page 38 of the manual). i can't get it
to compile as i get errors with the Action code saying the method or
property doesn't exist for .Connect and .Disconnect. i feel like i'm
missing something simple here…

that's it for now, plowing onward in the manual…

Loading...