-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Hello again,
I am now trying to read DB2 schema. I have installed the free DB2 edition and client tools and can connect OK using the generic Factory method...
DbProviderFactory factory = DbProviderFactories.GetFactory("IBM.Data.DB2");
The ReaderAdapterFactory has code commented out which would select the Db2ISeriesSchemaReader, so it looks like some work has been done for this.
As it stands the generic ReaderAdapter is selected and no Tables etc are read from the DB schema.
Can you please let me know what is the difference between Adapters and Readers? Would it be fairly easy to create a DB2 adapter from the reader code?
Thanks
Metadata
Metadata
Assignees
Labels
No labels