DAO RecordSet as a Series

TeeChart for ActiveX, COM and ASP
Post Reply
Dilish
Newbie
Newbie
Posts: 7
Joined: Wed Aug 03, 2005 4:00 am
Location: India
Contact:

DAO RecordSet as a Series

Post by Dilish » Fri Sep 02, 2005 11:59 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 02, 2005 1:23 pm

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?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Dilish
Newbie
Newbie
Posts: 7
Joined: Wed Aug 03, 2005 4:00 am
Location: India
Contact:

Post by Dilish » Sat Sep 03, 2005 5:31 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Sep 05, 2005 7:24 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply