Recent content by fbnunes

  1. F

    String functions returning wrong size

    Hi This statement: "select codigo, lpad(nomefantasia,10,'-') nome, contacorrente from bancos" In Oracle 9, returns: CODIGO NOME CONTACORRENTE ------ ---------- ---------------- 3 -Amazonia 4 ----B n b 405165 1 -B Brasil 150.079-1 1 --B Brasil...
  2. F

    TIntegerField X TFloatField

    Hi, I have a SQL like this: "Select field1, field2 from table1" 2 TIntegerFields ( in Delphi ) were generated If i change the SQL to: "Select field1, 0 as field2 from table1" field2 will be TFloatField. Why ? I need the TFields in design-time. How can i generate a "0" value as a TintegerField ?
Back
Top