You wrote:


Does any body know if there are any system tables I can access that will let me know if a session table exists

No, there isn't.

What I have done is write a select against the given session temp,
using a bad column name.  If the error returned is "bad column", the
table exists.  If it's "bad table", it doesn't.

Karl
_______________________________________________
Users mailing list
[email protected]
http://lists.ingres.com/mailman/listinfo/users

Reply via email to