>From what you describe, I have to wonder if a database is even truly
appropriate for the situation at all.  How large is the data set in
question?  If it's very small, save for actual image data (which could be
stored as files) the question becomes how often and under what circumstances
the data will *change*  If it's relatively fixed then why not hard-code it
in an include file (or encode it as XML and slurp it in via whatever nifty
mechanism ASP provides for doing so)?

Assuming that a database is the appropriate solution here then MySQL should
be just fine.

-JF


> -----Original Message-----
> From: GREG BARBER [mailto:[EMAIL PROTECTED] 
> Sent: Monday, December 08, 2003 7:21 PM
> To: '[EMAIL PROTECTED]'
> Subject: Is mySQL right for me??
> 
> 
> Hi All,
> 
> I want to create a small database that allows a user to 
> populate a report by
> choosing many different parameters whcih are linked to a 
> variety of images
> and text entries.  The front end would be HTML/ASP based and 
> would feature
> several choices that the user makes to define what is 
> included in the final
> report or form.  The output would then be printed and 
> forgotten about.  The
> next user could then come along and create their own custom 
> page from the
> options available.
> 
> Is mySQL capable of creating such as system?  I can't imagine 
> it would be
> complicated, rather just a collection of queries that are 
> then arranged on
> the output page according to preset positioning instructions.
> 
> Regards
> Greg
> MAIL IS CONFIDENTIAL.  If you have received this e-mail in error,
> please notify us by return e-mail and delete the document.  
> If you are not
> the intended recipient you are hereby notified that any 
> disclosure, copying,
> distribution or taking any action in reliance on the contents of this
> information is strictly prohibited and may be unlawful.  
> Barwon Health is
> not liable for the proper and complete transmission of the information
> contained in this communication or for any delay in its receipt.
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    
> http://lists.mysql.com/mysql?> [EMAIL PROTECTED]
> 
> 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to