Jump to content
UBot Underground

Search the Community

Showing results for tags 'insert into'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. what am i doing wrong here.. it is going through code , no error, yet sql insert is not happening loop(#QuantityidsUpload) { plugin command("DatabaseCommands.dll", "connect to database", "server=xx;uid=xx; pwd=xxx1; database=newdatabasephase1; port=3306; pooling=false") { plugin command("DatabaseCommands.dll", "query", "INSERT into newdatabasephase1.idScrape (idSCR, every) value(\'{$table cell(&scrapedData, #QuantityidsUpload, 0)}\',\'{$table cell(&scrapedData, #QuantityidsUpload, 1)}\')") increment(#QuantityidsUpload) } }
×
×
  • Create New...