B BlueNitro Member Jun 2, 2003 #1 Hi, When I use the TOracleNavigator to run a QBE. How do I get the where clause that it generated to retrieve the data? Thanks!
Hi, When I use the TOracleNavigator to run a QBE. How do I get the where clause that it generated to retrieve the data? Thanks!
Marco Kalter Administrator Staff member Jun 2, 2003 #1 After executing the QBE query, the SQL property of the dataset contains the modified SQL, including the where clause. ------------------ Marco Kalter Allround Automations
After executing the QBE query, the SQL property of the dataset contains the modified SQL, including the where clause. ------------------ Marco Kalter Allround Automations
B BlueNitro Member Jun 2, 2003 #1 Thanks, but I've already found that out. I was just wondering if there was a way to get just the new sql that was added. Also, it creates variables like :doa__qbe7, :doa__qbe8. Does it always start at 7 and increment from there? Why does it start at 7? Thanks
Thanks, but I've already found that out. I was just wondering if there was a way to get just the new sql that was added. Also, it creates variables like :doa__qbe7, :doa__qbe8. Does it always start at 7 and increment from there? Why does it start at 7? Thanks
Marco Kalter Administrator Staff member Jun 3, 2003 #1 There is no functionality to obtain the SQL that was added. Your application would have to compare the original SQL and the QBE SQL. The variable name :doa_qbe7 indicates that this is a QBE variable for the 7th dataset field. ------------------ Marco Kalter Allround Automations
There is no functionality to obtain the SQL that was added. Your application would have to compare the original SQL and the QBE SQL. The variable name :doa_qbe7 indicates that this is a QBE variable for the 7th dataset field. ------------------ Marco Kalter Allround Automations