Re: Storing wave files in database
Tech-Archive recommends: Fix windows errors by optimizing your registry
As said above - stay far away from Access. I have an Access database
(from hell) which is only 500MB.
I would use the MSDE (or SQLExpress) - store only the paths of the
files and related data in the DB, save the actual files on the HDD.
.
Relevant Pages
- Re: can I use msde use for small workgroup
... I have an access database for 3-5 users. ... Can I use msde to host data in a shared drive in the network. ... SQLExpress is more difficult to admin than MSDE but has some more features. ... (microsoft.public.sqlserver.msde) - Re: MSAccess DB as a linked server - The provider ran out of memory
... Access database that has large BLOBs in it by using a linked server ... Is there some reason you can't query the Access database ... I am guessing that the reason MSDE is ... (microsoft.public.sqlserver.msde) - Re: MSAccess DB as a linked server - The provider ran out of memor
... The reason the data is in an Access DB is because it is being used to send ... and the data Bulk uploaded into the remote MSDE database. ... Is there some reason you can't query the Access database ... OLE fields in Access contain more than images, ... (microsoft.public.sqlserver.msde) - Access project vs. linked tables to MSDE
... Currently developing an application using MSDE as backend, ... tables from within an Access database, whether appending to an Access table ... Jet or SQL Server) ODBC data source won't ... The Access project would still be used for data definition, ... (microsoft.public.sqlserver.msde) - Re: Simple Database
... I think ADO is the way to go then, with an Access database. ... > and MSDE is as much of a memory hog as a full SQL Server ... (alt.comp.lang.borland-delphi) |
|