adwaitjoshi
Registered User.
- Local time
- Today, 14:26
- Joined
- Aug 7, 2002
- Messages
- 32
I want to store some pictures in my database but since the database will bloat once I start storing the pictures I figured out that I can store a path like "C:\abc.jpg" in the table as a string. Then when the form loads the code looks up for this and displays the picture. Now my problem is that I want to change this path to a CD drive so that I dont have to copy these files on the HDD. so I need to store something like this "..\jpg" however every computer might have a different letter for the CD drive then there can be a problem. So how can I store the absolute path of the pictures w.r.t the database irrespective of the drive letter. Can someone please tell me?
Thanks
Thanks