Guest User

Untitled

a guest
Aug 21st, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Best way to access Firebird DB from a remote desktop.
  2. Import kinterbasdb as k
  3. k.init(type_conv = 300) #
  4. con = k.connect(dsn='127.0.0.1:c:\db\test.fdb', user='sysdba', password='masterkey', charset='YOUR_CHARSET', dialect=3)
Add Comment
Please, Sign In to add comment