Army wrote:
Daniel John Debrunner wrote:
I'm a little lost by this. What do these two terms mean to you?
"run correctly"
run without error
"would only work if"
run without error
Sorry for the confusion.
Still confused. :-)
I don't see how when the current schema is defined makes a difference as
to if they run without error or not? How does the current schema being a
user schema or a system schema make this statement compile to an error?
// Default schema APP.
PreparedStatement ps = conn.prepareStatement(
"select tablename, tabletype from sys.systables where " +
"CAST (tablename as varchar(128)) = ?");
Thanks,
Dan.