• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sql-server

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
i am doing a project in jsp. As i'm in need to store lumpsum
of data in the database(SQL-Server), i used text data type
for that. I heard that using text datatype, we can store
as much as 2 GB of information. But when i'm entering
the data, it's storing just 2 KB. At the end it's showing
a pointer, which should point to the next 2KB of information.
But, when i 'm retreiving the data, using the getParameter
method of request object(in jsp), the only first 2kb of
information and the symbol %0 (which might be the pointer),
is shown. i couldn't get the complete data i'm storing.
please tell me, how can i get the whole data.
with warm regards,
gandhi n s
 
Whoever got anywhere by being normal? Just ask this exceptional tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic