Post method in python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssesge

    Post method in python

    Is there a way to post a sql query and save the result to text file?

    I have a python script which run a html form with the query and it gets the results, but I want to get that results into text file.
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    Start with this tutorial on writing to files. More detail here. It is simple.

    Comment

    Working...