Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGlobal search? Pin
waner michaud16-Feb-11 9:31
waner michaud16-Feb-11 9:31 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 10:11
sitebuilderLuc Pattyn16-Feb-11 10:11 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 13:49
waner michaud16-Feb-11 13:49 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 13:58
sitebuilderLuc Pattyn16-Feb-11 13:58 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 14:13
waner michaud16-Feb-11 14:13 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 14:18
sitebuilderLuc Pattyn16-Feb-11 14:18 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 15:01
waner michaud16-Feb-11 15:01 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 15:08
sitebuilderLuc Pattyn16-Feb-11 15:08 
I don't know what information you want to store, and what search operations you are going to need, so I can only gamble a bit. Maybe this:

armory(armory_id, current_state, armory_description)
actions(action_id, armory_id, action_start, action_end, action_description)

Note there are no links from armory to actions!

and current_state would be an enum with possible values: normal, lost, in repair, ...
one could argue current_state is redundant, it should always match the outcome of the last action.

both tables would only be allowed to grow, and probably actions with same armory_id should not overlap time wise.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Global search? Pin
waner michaud16-Feb-11 15:22
waner michaud16-Feb-11 15:22 
GeneralRe: Global search? Pin
waner michaud18-Feb-11 7:01
waner michaud18-Feb-11 7:01 
GeneralRe: Global search? Pin
Luc Pattyn18-Feb-11 7:22
sitebuilderLuc Pattyn18-Feb-11 7:22 
GeneralRe: Global search? Pin
waner michaud18-Feb-11 7:44
waner michaud18-Feb-11 7:44 
GeneralRe: Global search? Pin
waner michaud18-Feb-11 9:44
waner michaud18-Feb-11 9:44 
GeneralRe: Global search? Pin
Luc Pattyn18-Feb-11 17:13
sitebuilderLuc Pattyn18-Feb-11 17:13 
AnswerRe: Global search? Pin
Bernhard Hiller16-Feb-11 23:26
Bernhard Hiller16-Feb-11 23:26 
QuestionSynchronizing in VB 6.0 [modified] Pin
Harsha Kadekar15-Feb-11 19:36
Harsha Kadekar15-Feb-11 19:36 
AnswerRe: Synchronizing in VB 6.0 [modified] Pin
Thomas Krojer15-Feb-11 21:28
Thomas Krojer15-Feb-11 21:28 
AnswerRe: Synchronizing in VB 6.0 Pin
Аslam Iqbal15-Feb-11 21:30
professionalАslam Iqbal15-Feb-11 21:30 
AnswerRe: Synchronizing in VB 6.0 Pin
Dave Kreskowiak16-Feb-11 1:19
mveDave Kreskowiak16-Feb-11 1:19 
AnswerRe: Synchronizing in VB 6.0 Pin
Harsha Kadekar16-Feb-11 2:09
Harsha Kadekar16-Feb-11 2:09 
GeneralRe: Synchronizing in VB 6.0 Pin
Thomas Krojer16-Feb-11 21:16
Thomas Krojer16-Feb-11 21:16 
AnswerRe: Synchronizing in VB 6.0 Pin
Аslam Iqbal17-Feb-11 4:12
professionalАslam Iqbal17-Feb-11 4:12 
GeneralRe: Synchronizing in VB 6.0 Pin
Thomas Krojer17-Feb-11 4:30
Thomas Krojer17-Feb-11 4:30 
GeneralRe: Synchronizing in VB 6.0 Pin
Dave Kreskowiak17-Feb-11 4:29
mveDave Kreskowiak17-Feb-11 4:29 
GeneralRe: Synchronizing in VB 6.0 Pin
Thomas Krojer17-Feb-11 22:34
Thomas Krojer17-Feb-11 22:34 

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.