473,395 Members | 1,649 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Break Database Large record

Hello,

I'm working on a Articles Website.There are many Article categories.when
user click on a particular category he/she will got lots of article records,
i want to show only 2 to 3 lines of articles and place a Read more link when
user click on that he/she get full article, how can i do it, i'm using
ASP.NET and MS-Access as a Database

Record will show like that,

Title: Business Website Content Copyright Violation Scare
Descripton: It seems everyone who has a website is worried about having
their copyright violated by web content thieves. But are web content
copyright violations really such a big problem? True, web content theft has
the potential to destroy the web completely if taken to extremes. What would
be the point... [read more]
Nov 19 '05 #1
1 997
I would build a user control to display the article. You can build this to
look like your example. I would then build the Access query to populate the
article using the LEFT function on your description field like this:

SELECT Articles.Title, LEFT(Articles.Description,10)
FROM Articles;
The read more link would open another page (i'm assuming) and there might be
another user control that uses a full query instead of the one above.

Is this what you were needing?
--
Clint Hill MCAD
H3O Software
http://www.h3osoftware.com
"asad" wrote:
Hello,

I'm working on a Articles Website.There are many Article categories.when
user click on a particular category he/she will got lots of article records,
i want to show only 2 to 3 lines of articles and place a Read more link when
user click on that he/she get full article, how can i do it, i'm using
ASP.NET and MS-Access as a Database

Record will show like that,

Title: Business Website Content Copyright Violation Scare
Descripton: It seems everyone who has a website is worried about having
their copyright violated by web content thieves. But are web content
copyright violations really such a big problem? True, web content theft has
the potential to destroy the web completely if taken to extremes. What would
be the point... [read more]

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: carloschoenberg | last post by:
I am looking for the easiest web interface to a database. By easiest, I mean most rapid development. Because the requirements are so simple and standard, I'm hoping that something can take care of...
7
by: Danny J. Lesandrini | last post by:
I know this has been discussed before, as I've seen the Google posts, but they all leave me with an unanswered question: Does my DAO code executed in the front end cause the back end to bloat?...
29
by: MP | last post by:
Greets, context: vb6/ado/.mdb/jet 4.0 (no access)/sql beginning learner, first database, planning stages (I think the underlying question here is whether to normalize or not to normalize this...
2
by: x | last post by:
hi i am a pilot by profession. i want to create a database of my logbook using ms access 2002. i am facing a problem regarding the format of time field. when i select "Data/Time" data type for my...
8
by: Robert | last post by:
I am creating a database that will have a large number of images in it and I would like some input as to the best way to handle them. Each record in my database will have a one-to-many...
25
by: Colin McKinnon | last post by:
Hi all, There's lots of DB abstraction layers out there, but a quick look around them hasn't turned up anything which seems to met my requirements. Before I go off and write one I thought I'd...
10
by: Jim Devenish | last post by:
I have a split front end/back end system. However I create a number of local tables to carry out certain operations. There is a tendency for the front end to bloat so I have set 'compact on...
12
by: Matt.W.Stephens | last post by:
Here is the scenario. We have a database with patient case information. This database was previously solely used in Access. The problem is our users connect to this database (located in California)...
3
by: jonosborne | last post by:
I know this is very long-winded but I am trying to include all information. I currently manage a data input database which is used within a multiple user environment. This data is stored within...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.