Recent content by avert

  1. A

    ORA-03115: unsupported network datatype

    Thanks, I'll get them to. Regards, Kelly
  2. A

    ORA-03115: unsupported network datatype

    Hi-- I'm a total newbie to Oracle. I had a BDE app in Delphi 6 that I modified to run in Oracle. On my development computers, it runs fine. On the customers computers, after they get the database login form from Oracle, they get: ORA-03115: unsupported network datatype What my code is...
  3. A

    sql update

    Found it. The SQL I was using was more complicated than posted AND I just figured it out. Thanks anyway. Kelly
  4. A

    sql update

    Hi-- this is going to sound dumb...BUT I can't get it running (in BDE qith tQuery it's fine) sql: Update myTable Set MostRecent='F' where EQ='1' results in a "ORA-00936: missing expression" when I do an ExecSQL on the query. What's wrong? thanks Kelly
  5. A

    boolean fields

    Thanks! Kelly
  6. A

    boolean fields

    Hi-- I'm new to Oracle but know the BDE / Paradox. I've got a pile of boolean fields in my paradox / BDE / Delphi app. They are all connected at design time to piles of tCheckBox, etc. How can I change this to run with DOA / Oracle? Thank you very much Kelly
Back
Top