hey guys, sorry about the lame question, but I am really feeling braindead right now.
Basically, I have a DB, which is storing a path to an image. The path looks as follows:
\Storage Card\DCIM\100MEDIA\IMAG****.jpg (stored on a WinMo device in a SQL CE DB), where **** is the image's number. This path is pulled from the DB and placed into a string variable
Now, these files are copied to a local drive, and then uploaded into a SQL DB as an image. To upload I need the path to represent the actual path on the local HDD.
Being braindead right now, I woulds like to change the path and have no real idea on how to do it. The Final path should be along the lines of :
D:\Visual Studio Projects\IS3\Project\DeviceData\A\IMAG****.jpg
How would I get rid of the \Storage Card\DCIM\100MEDIA\ so I can then add the correct path...???
You will have my eternal gratitude...
Basically, I have a DB, which is storing a path to an image. The path looks as follows:
\Storage Card\DCIM\100MEDIA\IMAG****.jpg (stored on a WinMo device in a SQL CE DB), where **** is the image's number. This path is pulled from the DB and placed into a string variable
Now, these files are copied to a local drive, and then uploaded into a SQL DB as an image. To upload I need the path to represent the actual path on the local HDD.
Being braindead right now, I woulds like to change the path and have no real idea on how to do it. The Final path should be along the lines of :
D:\Visual Studio Projects\IS3\Project\DeviceData\A\IMAG****.jpg
How would I get rid of the \Storage Card\DCIM\100MEDIA\ so I can then add the correct path...???
You will have my eternal gratitude...