Small correction:

Sub Connected()
Cache.QueueSimpleQuery("PREPARE upload (TEXT, BYTEA) AS INSERT INTO BTable (TextColumn, BinaryColumn) VALUES ($1, $2);")
End Sub

The above should be: pgSQLcoreCache1.QueueSimpleQuery(...
not: Cache.QueueSimpleQuery(...

Marc
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to