digitalmetaphors
Comments
-
Please use one thread. See followup in thread: "dbExpress-a strange
solution"
--
Cheers,
Jim Bennett
Digital Metaphors
-
Please use one thread. See followup in thread: "dbExpress-a strange
solution"
--
Cheers,
Jim Bennett
Digital Metaphors
-
No, the current query designer checks the value type of the criteria that
you enter for the search criteria. You'll have to edit the SQL text to
perform this query in DADE.
Cheers,
Jim Bennett
Digital Metap… -
Ok, I mistook what you were trying to accomplish. Yes, if you want to change
the use of the data dictionary at runtime, you have to clear the meta data
cache. The meta data cache is what is used to hit the database to retrieve
the tab… -
All of our demos work with the data dictionary. We have tested them on
various operating systems, using different printers and different versions
of Delphi. The four you have listed below work without problems here using
the data dict… -
I remember you were altering the dbExpress DADE plugin source when you were
debugging it. The only thing I can think of at this point is that perhaps
you made other changes to RBuilder\Source that breaks the non-datadictionary
version… -
That is strange. What else is different about this setup than before? Is
only the dictionary assignment different? I still think you had a
configuration problem with the dbExpress connection settings, if you
couldn't get a simple butt… -
Yes there was a fix included RB 7.02 for a notification problem when the
report is 3 dataviews or more deep. You should upgrade to RB 7.02 (free if
you are already upgraded to RB 7.0) and retest your reports.
Cheers,
… -
You could implemente this change in our source and still use RAP, but only
on one condition. If you don't change the interface section of any of our
source units, then you can still link in the RAP dcu's with a modified
version of our… -
We can research this further to see if DADE could easily support it, but
initial indications lead us to believe that this feature would ripple
through the DADE library and it would not be a quick fix to implement. I'll
add it to the T… -
We are not explicitly supporting quotes in the table names and field names
definitions. We are not going to attempt to support this spec in SQL92.
Cheers,
Jim Bennett
Digital Metaphors
-
Please do not cross post.
Please download RB 7.02 Build 2. Using this build, we are able to compile
and install the rbISAM DADE plugin package into Delphi. You have to change
the requires clause though to match your version of D… -
Yes, you should be able to build any custom dataview template connectivity.
You can even use a JITPipeline if you want:) The example shows how to do it
with the BDE onyl for an example. Compare the daDBExpress DADE plugin with
the da… -
Thanks for the suggestions.
Cheers,
Jim Bennett
Digital Metaphors
-
Thanks for the suggestion.
If you use the ReportExplorer component, as shown in our end user demos, to
add the folders and items, does it ever create this condition on the
database?
Cheers,
Jim Bennet… -
That is cool. It is also possible to convert a binary template to ascii text
first, in order to more easily convert the class names for the objects in
the dataview to switch between data base types, such as TdaBDEQueryDataview
to TdaA… -
This is a multi-part message in MIME format.
-
This is a multi-part message in MIME format.
-
So it should be WHERE TABLE1.COLULMN1 = TABLE2.COLUMN2. We have fixed a
couple of issues related to DADE linking since the initial release of RB
7.00. The first thing to try is to download RB 7.02 Build 2 and test with
this latest re… -
Yes, it should be a TdaIBXQueryDataView object. The dataview must have been
created with a BDE configuration, so it was creating a default BDE
connection to the IB database which is why you had the extra login screen.
You should be ab… -
Most likely what is happening is that the dataview that is being loaded in
the report template is comfigured to connect to a diffenent connection for
the same database or it is creating a default connection and using that.
Since the d… -
-------------------------------------------------
Tech Tip: Convert BDE Template Dataviews To ADO
-------------------------------------------------
Currently when DADE is used to create dataviews, the DatabaseName is stored
Yes, each dataview saves down the database name that the dataview should be
connect to. Perhaps I wasn't precise enough. RB's BDE DADE plugin only
creates a TDatabase object only if it cannot find one, ie. it will look on
all of your …Yes, your Apollo plugin needs to be rewritten. Contact the authors of the
Apollo plugin to see if they can help. If you want to tackle it, look at the
methods in daDBBDE.pas and model the Apollo plugin after those for the BDE,
since t…You need to use the daASTA plugin you downloaded from our website link. This
one is compatible with RB 7. The interface section changed from RB 6 to RB 7
in order to support thread safety, which is why the one from ASTA's demo
project…You would need to build queries that we normally would have constructed. We
build SQL in the details that only fire once, in order to return all detail
records for all masters in one dataset in hte proper order (by the master of
cours…I think you mean a custom dataview template. Check out the Custom Dataview
Templates demo in the RBuilder/Demos/EndUser directory. The only requirement
of a custom dataview is that it surfaces at least one (there can be more
than one …Hi Rhett,
Other customers, as well as myself have been able to successfully get ASTA
working. The biggest trick (as I see it that is) is to get the auto
increment field value back after a post is made on a dataset. This is neede…I searched my hard drive and didn't find them and I opened the project and
didn't see them. Then I ran the project and it worked. I failed to look in
daASTA.pas for the include directives. So I can email you the .inc files if
you woul…