hi all !
i need to know how to code the follwing thing in ASP/vbScript, hopefully someone can help...
open access file '--- i know this
"Select All TABLES"
loop through all TABLES
"Select All Columns That Belongs To Current Table"
loop through all columns
if (currentColumn is Striong or Memo-Field) then
dummyString = currentColumn(columnName)
dummyString = Replace(dummyString, oldIP, newIP)
call updateColumn(...) ' --- i know how to do this if i know
how the things above would work
end if
loop
loop
i need to know how to code the follwing thing in ASP/vbScript, hopefully someone can help...
open access file '--- i know this
"Select All TABLES"
loop through all TABLES
"Select All Columns That Belongs To Current Table"
loop through all columns
if (currentColumn is Striong or Memo-Field) then
dummyString = currentColumn(columnName)
dummyString = Replace(dummyString, oldIP, newIP)
call updateColumn(...) ' --- i know how to do this if i know
how the things above would work
end if
loop
loop