|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Just wondering what character limitations exist in reference to storing text into a table.
For example, if I wish to store some sort of a description within a database, am I allowed ( ) - _ + = ' " ; : / ? . < > , http:// etc. ? If not, what is a good way to get around this? Decius. |
|
#2
|
||||
|
||||
|
MySQL will let you store anything - but a lot of people avoid allowing '<' & '>' to stop from having to check user input for malicious code, the only other problem I have found is that you have to decide on a character to set aside as a field delimiter , often commas in text input can appear to a database to be the end of a field, which can be really annoying when exporting/importing data etc.
Simon ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Storage limitations in MySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|