Hello,
How can I fill a database with files (like mp3s or .jpeg)??
The thing that the database only support specific data types and it cant be filled by anything else...
Thank u
Depends on the specific DBMS. Most of them support a BLOB (Binary Large Object) data type (the names may be different) where you can store pretty much anything.
Ok I have SQL Server 2000.
I have files objects of type: FileInfo and I want to change (convert) the files to a binary objects...
How can that be done please??
Thank you
as this is a SQL Server question, and also it will depend on whether you use another programming language to do so I advise you to post this question on the SQL Server Forum first, and if you use VB on the VB forum instead.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.