문제

I have created a table, but is not listed on DataStudio 4101(tables node)

I can insert data by sql commands and drop/create the table, but can not find it on the server Database Node, under tables.

Other tables are displayed, but not the new ones I made.

도움이 되었습니까?

해결책

IF you are using DB2 for i, with "system naming" mode, then your tables may have been created in schema QGPL (the General Purpose Library) by default. Your DB2 session would find them by using its "library list", similar to a path list.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top