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()
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to