Page 1 of 1

DAO RecordSet as a Series

Posted: Fri Sep 02, 2005 11:59 am
by 9087931
Its possible to Connect a Ado Recordset as a Series.
Bt What abt a DAO ?

Its giving Error..!! pls help

Thanks in Advance


Dil
8O

Posted: Fri Sep 02, 2005 1:23 pm
by narcis
Hi Dil,
Its possible to Connect a Ado Recordset as a Series.
It is possible having an ADO recordset as datasource for a series. For more information please have a look at Tutorial 8 - ADO Database access. You'll find the tutorials at the TeeChart program group.
Bt What abt a DAO ?

Its giving Error..!! pls help
Yes, TeeChart also works with DAO. However you should consider using ADO rather than DAO to connect to your database (it's faster and more flexible).

BTW: Which error are do you get, have you followed the instructions in the tutorial I mentioned above?

Posted: Sat Sep 03, 2005 5:31 am
by 9087931
Hi Narcis,

Thank u for ur fast Response :)


As our Application using DAO. I wanna implement the Chart featue on the same.

While Connecting to a DAO Recordset It showing the following error :


Run-time Err '-2147418113 (8000ffff)':
TeeChart DataSource is not a Series or RecordSet

Thanks in Advance

Dil

Posted: Mon Sep 05, 2005 7:24 am
by narcis
Hi Dil,

Could you please post an example we can run "as-is" so that we can reproduce the problem here? Or at least, a code snippet for the problematic part so that we can try to guess which can be the problem?

You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.

Thanks in advance.