|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
BLOB field in stored procedure
Hi,
i need to insert a wav file into a BLOB field in a Stored procedure by giving the path and the name of the field ! it's possible to do this ? Best ragards. |
|
#2
|
||||
|
||||
|
I'd say that's not the way of doing things, there is general consensus here that files are best stored outside of the database, anyway, can't you use your programming language of choice?
Answered for you by the FAQ
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Last edited by pabloj : March 25th, 2008 at 04:58 AM. |
|
#3
|
|||
|
|||
|
Quote:
BLOB handling by the DBMS has been increasingly better in recent years (including JDBC support). When the number of files reach several thousands (or even hundred thousands) filesystems usually cannot handle that many files very well in a single directory. So you need to start to distribute the files over several directories which doesn't make the code easier. When you need to rollback a transaction you need to manually cleanup the file system or have some daemon doing the cleanup. And finally backing up the whole thing is a lot easier, because only a single (DBMS) backup is needed. But that's just my opinion... |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > BLOB field in stored procedure |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|