Hi,
I'm getting table schema of all my database tables by calling
FillSchema method of OracleDataAdapter class with SchemaType.Source
option. It works correctly for all tables but one: debugging, the
execution rests inside FillSchema method and never finishes (no
exceptions, no timeout).
Does anybody know any reason that makes happen this?
Thank.