F
Frankie
Using SQL Server 2005 and .NET 2.0; I'm creating a Windows Forms application
that will need to display photos of people, along with a bunch of
information about each person.
In a Web application, there is a generally accepted "best practice" of
storing only a string (the path to the .jpg file name), with the actual file
stored in an NTFS folder (and not in the database).
What's the standard practice for Windows Forms applications? Is it the same
as for Web Forms apps?
My Windows Forms app will be a basic 2-tier client/server application - with
the need to serve up the photos+data from the central server, plus enable
users to upload photos.
Thanks.
that will need to display photos of people, along with a bunch of
information about each person.
In a Web application, there is a generally accepted "best practice" of
storing only a string (the path to the .jpg file name), with the actual file
stored in an NTFS folder (and not in the database).
What's the standard practice for Windows Forms applications? Is it the same
as for Web Forms apps?
My Windows Forms app will be a basic 2-tier client/server application - with
the need to serve up the photos+data from the central server, plus enable
users to upload photos.
Thanks.