From: Carlos G.A. <car...@ho...> - 2002-08-10 11:13:42
|
Hello: A little fix for SQLTables The order of the SQLTables resultset is not according to the ODBC documentation IscTablesResultSet.cpp Change: sql += " order by rdb$owner_name, rdb$relation_name"; for sql += " order by rdb$system_flag desc, rdb$owner_name, rdb$relation_name"; Best regards Carlos Guzmán Álvarez _________________________________________________________________ Únase al mayor servicio mundial de correo electrónico: http://www.hotmail.com/es |