Recent content by solcase

  1. S

    Selecting a single row through sql

    you could try select * from pub.mytable where rowid in (select min(rowid) from pub.mytable)
  2. S

    SQL field Widths

    Can Anyone confirm or deny that chaning the SQL field Width on a field will have NO effect on an application that access the database via 4GL only Cheers
  3. S

    Opening 8.3db locally

    Sorry if this is an FAQ but we have recently upgraded from 8.3 to 9 but need access to our pre upgraded database. I don't want to have to install 8.3 on our new server and was wondering if it is possible to change my .pf file to allow me to open the old 8.3 db using a path rather than a...
  4. S

    slow screen output -> WINNT40, SP6a,Explorer 6.0

    Just out of interest you were'nt using MS Proxy server and SSL by any chance? Graham
Top