Click here to Skip to main content
15,906,645 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server access across a network Pin
DreadPirateRoberts27-Oct-04 7:42
DreadPirateRoberts27-Oct-04 7:42 
GeneralODBC DNS connection to Access database Pin
rb15719-Oct-04 8:56
rb15719-Oct-04 8:56 
GeneralRe: ODBC DNS connection to Access database Pin
Tom Wright19-Oct-04 12:17
Tom Wright19-Oct-04 12:17 
GeneralRe: ODBC DNS connection to Access database Pin
Mekong River19-Oct-04 16:41
Mekong River19-Oct-04 16:41 
GeneralRe: ODBC DNS connection to Access database Pin
rb15719-Oct-04 20:25
rb15719-Oct-04 20:25 
GeneralRe: ODBC DNS connection to Access database Pin
rb15719-Oct-04 20:26
rb15719-Oct-04 20:26 
GeneralMessage Removed Pin
18-Oct-04 21:25
Andres Coder18-Oct-04 21:25 
GeneralRe: Creating a dynamic database (and tables) Pin
Michael Potter19-Oct-04 4:59
Michael Potter19-Oct-04 4:59 
Just a thought....

Since you are building a Calendar/diary program, the database should remain small (~365 entries per year). Since it is small, structures can be parsed at the client with little or no speed issues.

Add a TEXT field to your current sturcture. Fill it with XML.
<ButterFlies>
    <ButterFly Type=Monarch Condition=good/>
    <ButterFly Type=Moth Condition=poor/>
</BufferFlies>

<WeightLoss>
    <FoodEaten Calories=2100/>
    <Exercise Task=Running/>
</WeightLoss>


The structures would be easily expanable and upgrades would be simplistic. You will need an XML structure that describes the names & types of what the user wants to collect.
GeneralWHERE caluse on derived column Pin
Christian Graus17-Oct-04 15:26
protectorChristian Graus17-Oct-04 15:26 
GeneralRe: WHERE caluse on derived column Pin
Christian Graus17-Oct-04 15:44
protectorChristian Graus17-Oct-04 15:44 
GeneralMS Data Access application block with MSDE Pin
dista17-Oct-04 0:05
dista17-Oct-04 0:05 
GeneralRe: MS Data Access application block with MSDE Pin
Mike Ellison17-Oct-04 8:41
Mike Ellison17-Oct-04 8:41 
GeneralFiltering noise words in a free text search Pin
Hesham Amin16-Oct-04 21:20
Hesham Amin16-Oct-04 21:20 
Generalsearch mechanism Pin
mathon16-Oct-04 12:48
mathon16-Oct-04 12:48 
GeneralRe: search mechanism Pin
mathon16-Oct-04 13:07
mathon16-Oct-04 13:07 
GeneralMySql connection timeout Pin
22491715-Oct-04 21:27
22491715-Oct-04 21:27 
GeneralRe: MySql connection timeout Pin
Mekong River16-Oct-04 4:06
Mekong River16-Oct-04 4:06 
Questiontime datatype? Pin
unambiguos15-Oct-04 20:08
unambiguos15-Oct-04 20:08 
AnswerRe: time datatype? Pin
Mekong River16-Oct-04 4:19
Mekong River16-Oct-04 4:19 
GeneralRe: time datatype? Pin
unambiguos18-Oct-04 18:51
unambiguos18-Oct-04 18:51 
Generalconvert barcode to database.. Pin
unambiguos15-Oct-04 9:38
unambiguos15-Oct-04 9:38 
GeneralRe: convert barcode to database.. Pin
Mekong River16-Oct-04 4:22
Mekong River16-Oct-04 4:22 
Question&quot;Bulk Insert&quot; for Sybase? Pin
Eric4415-Oct-04 2:32
Eric4415-Oct-04 2:32 
AnswerRe: &quot;Bulk Insert&quot; for Sybase? Pin
Andy Harman18-Oct-04 7:24
Andy Harman18-Oct-04 7:24 
GeneralLoading Excel to DataSet Pin
leszekwlodarski15-Oct-04 0:21
leszekwlodarski15-Oct-04 0:21 

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.