Click here to Skip to main content
15,902,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBluetooth Pin
nikhemant12-Apr-10 1:24
nikhemant12-Apr-10 1:24 
AnswerRe: Bluetooth Pin
dan!sh 12-Apr-10 2:41
professional dan!sh 12-Apr-10 2:41 
AnswerRe: Bluetooth Pin
Dalek Dave12-Apr-10 3:18
professionalDalek Dave12-Apr-10 3:18 
GeneralRe: Pin
nikhemant20-Jun-10 23:03
nikhemant20-Jun-10 23:03 
QuestionDatagrid and Datatable In Pocket PC Vb.net2005 Pin
ejaz_pk12-Apr-10 0:56
ejaz_pk12-Apr-10 0:56 
AnswerRe: Datagrid and Datatable In Pocket PC Vb.net2005 Pin
Dave Kreskowiak12-Apr-10 4:25
mveDave Kreskowiak12-Apr-10 4:25 
QuestionRetrieving data in parts Pin
Dayekh11-Apr-10 3:43
Dayekh11-Apr-10 3:43 
AnswerRe: Retrieving data in parts Pin
Luc Pattyn11-Apr-10 4:26
sitebuilderLuc Pattyn11-Apr-10 4:26 
Hi,

I would not do that. I suggest you store the smallest part you're interested in as one item, then build larger stuff from multiple items. This is similar to storing first name and last name separately, it gives easy access to both of them, and when you need both together, you can easily combine them.

So create two tables:
table "article" holds overall information on an article (ID, title, author, date, ...);
table "page" holds the content of one page, the page number, and the article ID.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


GeneralRe: Retrieving data in parts Pin
Dayekh11-Apr-10 4:37
Dayekh11-Apr-10 4:37 
GeneralRe: Retrieving data in parts Pin
Luc Pattyn11-Apr-10 4:47
sitebuilderLuc Pattyn11-Apr-10 4:47 
GeneralRe: Retrieving data in parts Pin
Dayekh11-Apr-10 5:15
Dayekh11-Apr-10 5:15 
AnswerRe: Retrieving data in parts Pin
Dave Kreskowiak11-Apr-10 4:27
mveDave Kreskowiak11-Apr-10 4:27 
GeneralRe: Retrieving data in parts Pin
Dayekh11-Apr-10 4:38
Dayekh11-Apr-10 4:38 
QuestionNeed suggestion to start Vb.net project. Pin
dcdhingra10-Apr-10 4:05
dcdhingra10-Apr-10 4:05 
AnswerRe: Need suggestion to start Vb.net project. Pin
Steven J Jowett10-Apr-10 12:40
Steven J Jowett10-Apr-10 12:40 
GeneralRe: Need suggestion to start Vb.net project. Pin
dcdhingra13-Apr-10 0:47
dcdhingra13-Apr-10 0:47 
AnswerRe: Need suggestion to start Vb.net project. Pin
Dave Kreskowiak11-Apr-10 4:25
mveDave Kreskowiak11-Apr-10 4:25 
GeneralRe: Need suggestion to start Vb.net project. Pin
dcdhingra13-Apr-10 0:49
dcdhingra13-Apr-10 0:49 
QuestionSuggestion? Pin
waner michaud9-Apr-10 6:44
waner michaud9-Apr-10 6:44 
AnswerRe: Suggestion? Pin
Corporal Agarn9-Apr-10 7:14
professionalCorporal Agarn9-Apr-10 7:14 
AnswerVersion control, Issue Management, Backups Pin
David Mujica9-Apr-10 8:47
David Mujica9-Apr-10 8:47 
AnswerRe: Suggestion? Pin
Abhinav S9-Apr-10 23:27
Abhinav S9-Apr-10 23:27 
AnswerRe: Suggestion? Pin
Eddy Vluggen10-Apr-10 23:00
professionalEddy Vluggen10-Apr-10 23:00 
AnswerRe: Suggestion? Pin
EliottA12-Apr-10 2:42
EliottA12-Apr-10 2:42 
Questionnumerical sorting Pin
k-dave8-Apr-10 23:50
k-dave8-Apr-10 23:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.