simulation data from Postgresql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • artistlikeu
    New Member
    • Nov 2006
    • 38

    #1

    simulation data from Postgresql

    i have connected database with python program.... this program is simulation using Simpy. i call all simulation data from Postgresql using pgdb.

    is it possible that i can send some of results by using SQL queries back in the database. if is any hint plz???
    regards
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by artistlikeu
    i have connected database with python program.... this program is simulation using Simpy. i call all simulation data from Postgresql using pgdb.

    is it possible that i can send some of results by using SQL queries back in the database. if is any hint plz???
    regards
    Yes, it is possible. My favorite way to make SQL queries is using these helper functions that I wrote.

    Comment

    • artistlikeu
      New Member
      • Nov 2006
      • 38

      #3
      Originally posted by bartonc
      Yes, it is possible. My favorite way to make SQL queries is using these helper functions that I wrote.
      Dear Bartonc,

      is it applicable for postgresql also or only for MYSQL......

      thnx

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by artistlikeu
        Dear Bartonc,

        is it applicable for postgresql also or only for MYSQL......

        thnx
        Yes. I wrote those a while ago. The "My" stands for mine not MySQL.

        Comment

        Working...