Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 27th, 2004, 06:35 AM
Registered User
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to irfan4 Send a message via Yahoo to irfan4
Default Long text

Hi!


I need to display long text field in the grid, the datatype in sql server is text. How should i display the data in this field and also give line breaks replaces enters in the field...

Inaddition i want to know which datatype is good to handle long texts like newses.

thanks,
erphan b rajput

 
Old July 27th, 2004, 09:30 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Usually, I look for the Environment.Newline character within large text blocks, and replace them with "<br>".

I try to stay away from the Text datatype because it can be problematic. Seeing as SQL Server will support a Char data up to 8000 characters, I find that's usually sufficient for "long" text.





Similar Threads
Thread Thread Starter Forum Replies Last Post
long text field SKhna SQL Language 1 June 6th, 2008 12:43 PM
Long Long int to bin walid C# 0 January 23rd, 2007 12:47 PM
Modifying long text in a long field sajsal Classic ASP Databases 1 February 20th, 2004 12:36 PM
How to use long text in data base? tiolele Classic ASP Databases 3 November 26th, 2003 09:15 PM
Access long text fields Tharkun SQL Server ASP 2 October 30th, 2003 08:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.