Wow, do I feel stupid now! After creating the database, 15 tables and a
trigger using the same exact process, I somehow overlooked adding the spaces
to the front of each line. %-|
Thanks, that worked great! I guess I stared at the code too long to see it.
acordner wrote:
>
> I have been worki
acordner wrote:
> .CommandText = "SET search_path = public; CREATE DOMAIN lo AS
> pg_catalog.oid;" _
> & "CREATE FUNCTION lo_oid(lo) RETURNS pg_catalog.oid
> AS" _
> & "'SELECT $1::pg_catalog.oid' LANGUAGE SQL STRICT
> IMMUTABLE;" _
>