Re: help for DBChart and MS SQL server DB

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nileiqi
Newbie
Newbie
Posts: 13
Joined: Fri Jan 12, 2007 12:00 am

Re: help for DBChart and MS SQL server DB

Post by nileiqi » Sun Feb 03, 2008 11:37 pm

Hi,

I have read the tutorial section 8, but still not clear how to connect DBChart with a MS SQL server database.

Is it possible to point

(1) How to use DBChart with SQL server DB ?
(2) Or give a C++ builder example ? Thanks

daniel

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Wed Feb 06, 2008 11:03 am

Hi daniel,

You should connect your database to cbuilder using a component such as DatabaseSource. It should allow you to access to your database as a table and then you should be able to do queries or to connect it to a chart.

If you have this, what exactly problem do you have connecting them?
Can you see the datasource tables in teechart editor?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

nileiqi
Newbie
Newbie
Posts: 13
Joined: Fri Jan 12, 2007 12:00 am

Post by nileiqi » Thu Feb 07, 2008 2:27 am

I get it working ! Thanks.

Post Reply