| 
 Posted by Shwetabh on 03/07/06 14:26 
Hi, 
 
I want to change the data in a few fields of a table. 
There are many records (about 1k+). All I want to do to 
these fields is to append a string to the starting of data in the 
fields. 
eg: 
 
Old Data -> 
 
--------------------------- 
     Image 
--------------------------- 
     A1.jpg 
     A2.jpg 
 
 
 
Required data -> 
 
 
----------------------------- 
      Image 
---------------------------- 
   \Images\A1.jpg 
   \Images\A2.jpg 
 
 
 
 
 
For this purpose, should I use a procedure or is there any other 
possible way out? 
 
Awaiting your replies, 
Regards 
Shwetabh
 
  
Navigation:
[Reply to this message] 
 |