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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rename a table

Status
Not open for further replies.

sam2601

Programmer
Apr 9, 2004
81
US
Hi guys,

Is there any way to rename a table dynamically through code.
I have a Coldfusion app with MSAccess database.By year end i have to take the backup of this table.So is there any way that i can rename it.

Any ideas are surely appreciated.

Thanks
 
In a VB module
Code:
Name OldFileName As NewFileName
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top