Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image field type
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01346348
Message ID:
01346350
Vues:
29
This message has been marked as a message which has helped to the initial question of the thread.
>Guys,
>I come from a VFP background and I have this hesitation to use the Image field type because of the problems in the VFP database engine.
>I am now working with a SQL database and and to allow my users to upload pictures and store them in my database using the Image field type.
>
>Are there any issues I should be aware of? Should I store the path to the picuture like I did in my VFP apps?
>I will shrink the images before putting them into the database so the images will not be huge.
>
>Thanks,
>Einar

Use varbinary(max) instead if you want to store images. Storing paths may be a better idea still.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform