Alaska Software Inc. - SQL queries within ASDBE
Username: Password:
AuthorTopic: SQL queries within ASDBE
Chris Carmac SQL queries within ASDBE
on Mon, 30 Jan 2017 16:52:05 -0500
Is it possible to run SQL queries against ADS tables using native 
Xbase++ code using ADSDBE as the default DBE?

If so, can anyone provide an example of how to do it, and how to browse 
the result?

I tried the DacSqlStatement() example provided in the Xbase++ samples, 
but I couldn't get it to work.

Also, is there a AdsSqlStatment function or object?  I saw a reference 
to that in one of my attempts to use the DacSqlStatement object. I can't 
find any documentation for AdsSqlStatement object in the help files, but 
noticed that the following line of code returns an object:

oAdsSql := AdsSqlStatement()

Thanks!

Chris Carmac