Pessoal, o trexo de código abaixo esta correto??
FbConnection Matriz = new 
FbConnection(@"Server=192.168.45.200;User=SYSDBA;Password=masterkey;Database=/home/Diversos/Sist/Terwal/TERWAL.FDB");
FbDataAdapter da = new FbDataAdapter("SELECT * FROM BANCOS WHERE 1=1", 
Matriz.ToString());
O mesmo esta apresentando erro ao executar.
Obrigado