Jump to content
Fórum Script Brasil
  • 0

[HELP] Conexão com firebird usando python.


nick722

Question

Olá pessoal,

Estou querendo fazer um instalador para um novo sistema utilizando Python, dentre as configurações irei precisar adicionar uma conexão Firebird no "Fontes de Dados ODBC (32 bits)".

Após algumas pesquisas cheguei no seguinte código:

import fdb

con = fdb.connect(
    host='BASEBD', database='192.000.0.000:f:\Dados central\DADOS.FDB',
    user='sysdba', password='pass'
  )

Porém o mesmo apresenta erro e além disso acredito não ser a maneira correta visto que o código acima não engloba itens como: client, charset e a opção "read(defaut write)".

De forma resumida o que preciso fazer é uma conexão conforme imagem abaixo, porém via Python (aceito outras sugestões CMD/powershell, outras linguagens):

conex.PNG.fe2012d05779bfd16666f3118224f183.PNG

Ficarei muito agradecido se alguém puder me ajudar.

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...