Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import fdb
  2.  
  3. con = fdb.connect(dsn='localhost:/db.FDB', user='sysdba', password='pass')
  4.  
  5. cursor = con.cursor()
  6. cursor.execute(query)
  7. row = cursor.fetchall()
  8. print(row)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement