tags:

views:

9

answers:

0

I created a Database View in Mysql. I select the view via php's mysqli extension and extract the meta column infos using the fetch_field_direct method. Under linux it shows in field orgtable the name of its real table. Under windows only the view name is shown. Why this? Is it a bug?

Does someone has a alternative solution?