Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list all tables/cols of access DB ?

Status
Not open for further replies.

Smoerble

Programmer
Jul 19, 2001
8
DE
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
 
Are you logged into access as admin or are you in the admins group? You probably need to be one of these to have the permissions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top