Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Can I change the datatype for the "Create Table" field in the Show Create Table function in MySQL?

0

86 views

I'm trying to read the value from Show Create Table over ODBC. MySQL 3 seems to let me read it as a blob, but MySQL 5 doesn't and if I read it as a string I only get 255 characters (using Pascal Strings)

...maybe I should have omitted that previous sentence but I'm working with some good old musty code and the question itself is still valid.

  • MySQL 3 returns a blob, which works for me.
  • MySQL 5 returns a char which doesn't work.

Is it possible to make MySQL return a blob instead of a char for "Show Create Table"?

asked January 10, 2011 4:49 pm CST
posted via StackOverflow

0 Answers

Be the first to answer this question

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Create folder on ftp
January 4, 2011