I had some reports on mi APP, my DB is Sybase, I was using DSN string connection but I want DSN-less now. The problem is if I use DSN-less string connection the reports don´t show any data.
I though I could send the command text from the form but it didn´t work.
Do you know if I could set the report's datasource to a ADODB.recordset (without using data environment).
Resuming, I don´t want to use data environment with the data report, is that possible?
Thanks...