Quote:
Originally posted by a2427
Hunter,
I am fairly new to VB, but I have found VB6's data report designer is adequate for creating/printing simple reports. If less overhead is what you want, this might do the trick. In addition, if you use the data environment, the reports can be as simple as drag and drop.
Shawn
I have only recently upgraded to VB6. Most of my work in VB6 has been making things that worked in VB5 continue to work in VB6. I am a bit concerned with the ADO recordsets. Most of my code and reports center around my retail business where we use a great deal of code to build SQL queries. In DAO Double quotes allow the use of single quotes in string query parameters. In ADO, from what I have read, this is not permissible. It does sound like the data environment and data report designer are exactly what I am looking for. I need to play with them and see if I can mix and match ADO and DAO without producing bad side effects. Is it permissible to have open ADO and DAO connections to the same database within the same program? I am unsure; this whole ADO is unfamiliar to me. Thank you for pointing out a "New" feature of VB. I have ignored the data environment and data report designer when I should have studied them.