3.9.4.0 - text limits:
I ran a query in in .NET 2003:
conn.GetOleDbSchemaTable(OleDbSchemaGuid.Columns, new
object[] {null, null, tableName, null});
and this returned no information for tables with long
table names....other tables with short names work
Example: batch_container_inventory_detail does not
work while batch works.