Renaming a db in Python
randywb
Forums
I have been working for quite some time on renaming a database.
I am getting an error that is not very descriptive. Here is a snippet of the code. Any ideas would be appreciated
messagebox.showinfo("From", rootfolder + first_db)
messagebox.showinfo("To", rootfolder +prefix + "IMD")
Client.RenameDatabase (first_db, prefix + ".IMD")
Thanks,
Randy
Hi Randy,Here is an example…
Hi Randy,
Here is an example of using the rename database in python.