1. If its anything like other DB's, you can upload any type
of file,
as you are in fact just storing a byte array.
2. Do you mean something like searching on filename of files
you have
stored in the db? If so, you dont want to search the BLOB
field (in
fact, I don't think you could), rather you should store in
another
field the filename of the file, and search on that.
On 29/06/06, vims <vimal.acute gmail.com> wrote:
>
> 1. How many type of file mysql allow to upload?
> 2. Can mysql blob field support fulltext searching.If
yes then how may
> type of file it search?
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|