Recent content by LearnDelphi

  1. L

    How to use OracleDataSet to do query

    I have a DBGrid and OracleNavigator on my Form1. There are 1 million records in ADDRESS table. If I put 'Select * from ADDRESS' in the SQL of OracleDataSet, none of records can be retrieved. If I put Select * from ADDRESS where state = 'ABC', I can have a DBGrid with all the column names of...
Back
Top