mysql - Excel ODBC connection drops columns -


i'm using excel odbc connection query editor retrieve data view have on mysql. excel ignoring 1 column should contain char(7) calculated other column. can happening here?

the query i'm sending select * view.

the solution ensuring none of fields represented mysql type blob , therefore representable in excel.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -