Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image field type
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01346348
Message ID:
01346350
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform