I need to write some code around a simple database.  First question 
is what is the best recomended data model for a simple database. 
Second question,(most important) how do I make sure the code will 
know where to find the data source once the program is packaged and 
distributed.  I want it to reside in the program folder by default 
but this may vary from install to install.  When you set up your data 
connections in VB it seems that these values need to be hard coded 
during the design process.  I've tried to assign the path value at 
runtime but I am not having any luck.  The packaging process does 
note seem to account adequately for this.  Any suggestions?









'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to