|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
INSERT large text amount gets truncated
Im trying to do a standard INSERT of over 8k of information into a mssql table via php. The funny thing is that mysql handled this perfectly and once i moved the system to mssql, i have had nothing but problems.
i know im not doing this right, im still very green when it comes to mssql, could someone please let me know how i can submit more then the alloted 8k to a mssql table without the info being chopped up after 8k. thanks |
|
#2
|
|||
|
|||
|
8000 is the limit for varchar. if you want to exceed 8000, you'll have to use the "text" data type.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > INSERT large text amount gets truncated |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|