New OLE DB Table Function wizard - Options page

Use this page to specify data access options.
Replace existing
Select to drop a user-defined function from the database before the new one is created if it has the same name and signature.
Create a corresponding table view
Select to create a database view for the OLE DB table function. Using a table function view can simplify access to the OLE DB data.
View name
Type the name of the view for the table function.
Comments
Type comments for the table function view.
Create a new table and import the UDF data into it
Select to create a DB2 table and insert the OLE DB table function data into it. Use this option if you want to permanently import the OLE DB data into DB2.
Table name
Type the name of the DB2 table to create.
Comments
Type comments for the new table.

Feedback