I created a view on a DB2 table (Select * from TableName) to allow me to open it via ODBC in Access. I cannot access the table directly from Access because there are too many indexes and over 256 fields.
Even with GRANT ALL, the view remains read-only.
Ideas on why a view would be read-only? Is it because I cannot include all fields (I believe that Access can recognize only 256)?
Even with GRANT ALL, the view remains read-only.
Ideas on why a view would be read-only? Is it because I cannot include all fields (I believe that Access can recognize only 256)?