[Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

emanuele sottocorno sotema at ...626...
Wed Sep 15 17:27:23 CEST 2010


Signal #11 error  is raised running the following procedure:

DIM hConn AS NEW Connection
  DIM hResult AS Result
  DIM sAziende AS String
  DIM SCriteria AS String = "ulogin=&1"
  DIM sParameter AS String = "emanuele"
  WITH hConn
    .Host = "azienda"
    .Port = "5432"
    .Type = "postgresql"
    .Name = "gbputenti"
    .Login = "gbpneus"
    .Password = "7CPuSuvADGqp"
  END WITH
  TRY hConn.Open()
'   hResult = hConn.Exec("select * from utenti where ulogin='emanuele'") <-
this run fine
  hConn.Find("utenti", SCriteria, sParameter) <-- This fails
  sAziende = hResult!uaziende
  hConn.Close()



More information about the User mailing list