Hi
I have requirement where as an attachment user can add a link from sharepoint So that we can save the link[path] of the attachment instead of actual attachment. For this we are planning to design a column which is varchar(512) . Intially we thought this would fit any type of URLs effectively ,but sometimes we found this is too tight for saving into Databases. My points are
- Is this a correct design .
- We plannned to use TinyURL.com but we cannot gurantee all users have Internet(target users are with in org can or cannot access Internet). So ruled out this option.
- Does java provides any API for shortening URLs.
Thanks in advance