Re: ERP / Accounting

2004-01-08 Thread VHarris001
In a message dated 2004-01-08 8:50:46 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > Hi, > > Could anyone please provide a list of established ERP/Accounting software > based on MySQL? I know about SAP so that doesn't count. ACCPAC, now part of > sage.co.uk, is offering on Linux but th

Handling Entity Names and Segments

2003-06-29 Thread VHarris001
I'm new to MySQL, and only have limited experience in modifying some legacy dBase IV code. One of the minor aggravations I occasionally encounter when using management systems is how best to handle names, particularly the many individual name segments of names. Typically the name field is of a

CHAR() versus VARCHAR() Table Speed

2003-07-01 Thread VHarris001
>From the manual: "If you don't have any variable-length columns (VARCHAR, TEXT or BLOB columns), a fixed-size record format is used. This is much faster but unfortunately may waste some space." Can anyone more precisely quantify how significant is the difference in performance if the table us

Audio / Video Files

2003-11-18 Thread VHarris001
Can audio or video files be attached to a mysql table? VH