Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySql Data Types

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am trying to setup a table in a MySql DB. What is the equivalent of a varchar(4000) in MySql? I need a data type that will handle longer strings than 255 bits.
 
Hiya,

I think that the data type you need is TEXT. This should allow you up to 2,048 bytes (or characters).

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top