turnerkdavid
New member
- Local time
- Today, 07:55
- Joined
- May 7, 2015
- Messages
- 6
Can anybody tell me why the following is working:
I stole this from a previous update I did to the same table.
Now I'm just changing the path again.
It doesn't seem to be doing anything. What gives?
Thanks in advance.
P.S. Since this is my first post I am unable to include what is considered a link. So hopefully the following makes sense:
"networkOldPath" = "backslashbackslashOldPath"
"mappeddriveNewPath" = "F:backslashNewPath"
I hope that makes sense.
Code:
UPDATE JobTicket_024 SET JobTicket_024.file = Replace([file_name], "networkOldPath", "mappeddriveNewPath")
Now I'm just changing the path again.
It doesn't seem to be doing anything. What gives?
Thanks in advance.
P.S. Since this is my first post I am unable to include what is considered a link. So hopefully the following makes sense:
"networkOldPath" = "backslashbackslashOldPath"
"mappeddriveNewPath" = "F:backslashNewPath"
I hope that makes sense.