I am using msaccess with db2 but this seems to apply to any odbc linked table. I do not want the libary to be included in the link name
example MISCMFIL_NAMMSP where MISCMFIL is the libray and NAMMSP is the actual table.
When I link the table by default it returns MISCMFIL_NAMMSP
I can manually rename the link but with the number of tables and links I need to process I would prefer that the library not be included at the creation of the link so I could forgo this step
example MISCMFIL_NAMMSP where MISCMFIL is the libray and NAMMSP is the actual table.
When I link the table by default it returns MISCMFIL_NAMMSP
I can manually rename the link but with the number of tables and links I need to process I would prefer that the library not be included at the creation of the link so I could forgo this step
Comment