![]() | |
#11
| |||
| |||
|
|
With all this talk about subvalues, and how they might mess up reporting, I'm wondering: How many users have completely (for all but the most trivial reports) abandoned using Access/English etc.? Until recently, I worked for a software company using Universe which writes ALL reports in BASIC, with selecting being mostly internal and sometimes external (SSELECT...). This gives them added control to suspend/resume/log these reports and they _never_ produce them any other way. I know small companies usually rely on the built-in tools for reports, but larger ones sometimes give over to more capable (and more expensive) programming solutions. Is this common? I'm curious about only those who don't use Access/English etc. Thanks much! Ed |
#12
| |||
| |||
|
|
I'm afraid that I've not really used English/Access (apart from (s)SELECTS in data-basic executes) for a a number of years. Al our reports are written in data-basic. As we migrate to a gui front end this is changing into a framework which generates a dataset from each data-structure (a data structure may represent one file but they are logically connected) - this is then manipulated in a standard Windows (dotnet) form to produce the report required. I have a framework (that I've not yet actually implemented in production) which extends ACCESS/ENGLISH so that it is more "usable" - this includes creating "sql-like" joins between files dynamically and the ability to return an xml dataset rather than a printed report (so it can be used more effectively in gui presentation). I will put this into our production code eventually (the biggest hurdle is actually writing the "new" dictionaries - it relies on a a custom data-schema which is an entry in the DICT which is then "compiled" to real dictionaries). Regards Simon -- ================================ Simon Verona Dealer Management Service Ltd Stewart House Centurion Business Park Julian Way Sheffield S9 1GD Tel: 0870 080 2300 Fax: 0870 735 0011 "Ed Sheehan" <NOedsSPAM (AT) xmission (DOT) com> wrote in message news:e11koc$69n$1 (AT) news (DOT) xmission.com... With all this talk about subvalues, and how they might mess up reporting, I'm wondering: How many users have completely (for all but the most trivial reports) abandoned using Access/English etc.? Until recently, I worked for a software company using Universe which writes ALL reports in BASIC, with selecting being mostly internal and sometimes external (SSELECT...). This gives them added control to suspend/resume/log these reports and they _never_ produce them any other way. I know small companies usually rely on the built-in tools for reports, but larger ones sometimes give over to more capable (and more expensive) programming solutions. Is this common? I'm curious about only those who don't use Access/English etc. Thanks much! Ed |
#13
| |||
| |||
|
|
Doesn't the ACCESS vs BASIC debate reflect the essential cultural differences between IT and users. The IT department always wants to centralise and take control away from the end user to make them dependent. PICK and ACCESS allows the end-user to bypass the IT priesthood and to produce the results they want when they want them. Not in some indefinite timescale in the future. Look back at the late '70s/early '80s and learn from the reaction of traditional IT to products like Lotus and dBase which moved power down to the user. When I was at a London college (around '85), the main student system went over to Cognos. Any changes to the structure of the database could only be made once a year when the whole system was taken off line. We needed a simple staff system for planning & modelling. After months of getting nowhere with IT, I developed one in a couple of days (plus he rest of the week entering the data) using Creator on a GA box. They were incandescent!!. But it gave us (in Planning & Statistics) the data and reports that we needed. If a company goes the BASIC route, it is moving aways from the essentially user-oriented PICK system back to IT. I feel that this is one of the factors that has worked against PICK overe the years. Alan Pritchard |
#14
| |||
| |||
|
|
I'm afraid that I've not really used English/Access (apart from (s)SELECTS in data-basic executes) for a a number of years. Al our reports are written in data-basic. As we migrate to a gui front end this is changing into a framework which generates a dataset from each data-structure (a data structure may represent one file but they are logically connected) - this is then manipulated in a standard Windows (dotnet) form to produce the report required. I have a framework (that I've not yet actually implemented in production) which extends ACCESS/ENGLISH so that it is more "usable" - this includes creating "sql-like" joins between files dynamically |
|
and the ability to return an xml dataset rather than a printed report (so it can be used more effectively in gui presentation). |
|
I will put this into our production code eventually (the biggest hurdle is actually writing the "new" dictionaries - it relies on a a custom data-schema which is an entry in the DICT which is then "compiled" to real dictionaries). |
#15
| |||
| |||
|
|
With all this talk about subvalues, and how they might mess up reporting, I'm wondering: How many users have completely (for all but the most trivial reports) abandoned using Access/English etc.? Until recently, I worked for a software company using Universe which writes ALL reports in BASIC, with selecting being mostly internal and sometimes external (SSELECT...). This gives them added control to suspend/resume/log these reports and they _never_ produce them any other way. I know small companies usually rely on the built-in tools for reports, but larger ones sometimes give over to more capable (and more expensive) programming solutions. Is this common? I'm curious about only those who don't use Access/English etc. Thanks much! Ed |
#16
| |||
| |||
|
#17
| |||
| |||
|
|
Simon Verona wrote: I'm afraid that I've not really used English/Access (apart from (s)SELECTS in data-basic executes) for a a number of years. Al our reports are written in data-basic. As we migrate to a gui front end this is changing into a framework which generates a dataset from each data-structure (a data structure may represent one file but they are logically connected) - this is then manipulated in a standard Windows (dotnet) form to produce the report required. I have a framework (that I've not yet actually implemented in production) which extends ACCESS/ENGLISH so that it is more "usable" - this includes creating "sql-like" joins between files dynamically I'm guessing that mathematically it is more of a link or path for navigating on a graph (web) of data than a sql-like set-based join, right? I like how OpenQM does that, by the way. It was described in an earlier thread. and the ability to return an xml dataset rather than a printed report (so it can be used more effectively in gui presentation). Very good. I will put this into our production code eventually (the biggest hurdle is actually writing the "new" dictionaries - it relies on a a custom data-schema which is an entry in the DICT which is then "compiled" to real dictionaries). OK, I'm curious -- what, more precisely, are you doing with the custom schema and dicts? --dawn |
![]() |
| Thread Tools | |
| Display Modes | |
| |