Forum: PHP Aug 5th, 2008 |
| Replies: 12 Views: 1,095 You definitely DON'T want to use Excel as the database, even though you could create a System ODBC DSN pointing to it. Excel is not meant to be a database, and performance would suffer on an active... |
Forum: PHP Aug 5th, 2008 |
| Replies: 12 Views: 1,095 You might try a Database-as-a-Service offering such as www.HostedDatabase.com or others which allows you to implement a simple inventory database without the need for server-side programming. You... |