Re: ADO Question



Am Fri, 26 Aug 2005 13:03:06 -0400 schrieb Craig Leidy:

> For the time being it seems as though I'm stuck on D5.
> I need ADO. What is the best 3rd party component?
>
> TBetterADODataSet seems to be free!
>
> Can someone compare Adonis or Diamond to TBetter.
>
> Is one significantly better than the other or are they
> all about the same?
>
> Is there another I should be looking at?
>
> Thanks, Craig.

I was working with D5 pro and adonis components since 3 years and can say
that adonis is very stable and i never had any problems with them during
runtime. The new version can handle unicode too, but now sometimes in the
designer i get an error message during the first open try, when unicode is
enabled. The second try is working then. But this happens only in designer,
never in runtime.
The poor thing is that there is no response from winsoft if you have a
question or want to tell them with the problem with unicode in designer
mode.
But adonis is sometimes more stable than the integrated ado components from
borland in D7 (which i am using now), so having master detail relations
where a query depends on the actual data of another query and you do a
disableControls on the master query then this produces an access violation
(in my program). So i am still working with adonis, even in D7 where ADo is
integrated.
If you are looking for free ADO check the ado components from DeerSoft
( http://www.deer-soft.com/ ). But i never used them so i can't tell you
something about them.

bye,
helmut

.



Relevant Pages

  • RE: ODBC query in VB code Need HELP
    ... Everything for ADO is in the first 2 messages that I gave you. ... Since your pass-through query already exists (including the ... Dim STRSQL As String ...
    (microsoft.public.access.formscoding)
  • Re: Connecting to Query
    ... practice examples of the ADO Command, Parameters, etc. you explained below. ... Second, with the selected territory ... >> combo box to select a product from a query based primarily on a link ...
    (microsoft.public.access.formscoding)
  • Re: On ADSI and LDAP
    ... the problem is how can I retrieve the value for myuser using the ... would be more efficient to use ADO to query AD for the attributes values. ... For more on using ADO, ... Dim adoCommand, adoConnection, strBase, strFilter, strAttributes ...
    (microsoft.public.scripting.vbscript)
  • Re: cant get query to run over ADO, but works fine in Access inte
    ... Thanks for the suggestions, Richard. ... the query so that unchanging parts of it are stored as a query with the part ... As I've had trouble with synchronizing ADO ... > Execute method of the ADO Connection object, but the issue is the same - you ...
    (microsoft.public.data.ado)
  • Re: Stored Procedure is running slow!
    ... > I run stored procedure from QA, it takes some 15 seconds to execute. ... > seconds when called from MS Fox Pro, via ADO. ... Try this in Query Analyzer: ... By default Query Analyzer runs with ARITHABORT ON, ...
    (microsoft.public.sqlserver.programming)