Results 1 to 2 of 2

Thread: Batch file for DB tables

  1. #1
    Join Date
    Jul 2005
    Posts
    2

    Batch file for DB tables

    I wanted to write a batch file for mysql Db to create a extension "new" attach to all the DB tables.

    For example for tblnurse.MYD or tblnurse.MYI or tblnurse.frm .I would like see all these tables as tblnursenew.MYD or tblnursenew.MYI or tblnursenew.frm.

    In that way It will ease my job for comparing two db's with the same table names.

    Is there any way I can write a bat file which on running create extension "new" for each table.

    Any help appreciated.

    Thanks

  2. #2
    Join Date
    Feb 2003
    Posts
    1,048
    What database system?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •