M m_kus Member Jun 10, 2004 #1 Sorry for english and others... I'm use TOracleDataSet with SQL: select VALUE(main) from obj_table main How I can perform operations such as: 1. RefreshRecord (current), 2. Locate record (I know TOracleReference)? Thanks to any answer...
Sorry for english and others... I'm use TOracleDataSet with SQL: select VALUE(main) from obj_table main How I can perform operations such as: 1. RefreshRecord (current), 2. Locate record (I know TOracleReference)? Thanks to any answer...
Marco Kalter Administrator Staff member Jun 10, 2004 #1 Why don't you simply use the following SQL? select * from obj_table