Database connection
Posted: Tue Jul 12, 2005 8:34 am
Hello,
I've just buy Tchart last week.
I want to make a chart with data on my Access database by programm.
I have write :
Graphique.Series(0).DataSource = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=G:\access\seroba\TableauxDeBordsDT.mdb;Persist Security Info=False; SQL=select * from [@PourcentageUneAffaire] where NumAffaire = '" & Me!NumAffaire & "'"
But my graph is empty.
Could you help me ?
Thanks
I've just buy Tchart last week.
I want to make a chart with data on my Access database by programm.
I have write :
Graphique.Series(0).DataSource = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=G:\access\seroba\TableauxDeBordsDT.mdb;Persist Security Info=False; SQL=select * from [@PourcentageUneAffaire] where NumAffaire = '" & Me!NumAffaire & "'"
But my graph is empty.
Could you help me ?
Thanks