Menu

Cursors and Temporary Tables

Help
Anonymous
2002-03-15
2012-09-19
  • Anonymous

    Anonymous - 2002-03-15

    If I am using on database connection, but I am creating temporary table to store and organize the data into managable information. Will I lose my temporary table when I close() the cursor or should I should I use a for loop to execute my sql in one cursor????

    Thank You

     
    • Andy Dustman

      Andy Dustman - 2002-03-15

      Temporary tables go away when the connection goes away. The cursor doesn't matter.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.