User (Legacy) Posted August 23, 1999 Report Posted August 23, 1999 Hello, I have a problem using ChartFx DTC with Interdev 6.0 I want to draw a chart using data from a database. I set a Data connection, and I assign it to the data tab in DTC properties page. DTC create a run time code that seems to be OK except the code use some session variables Month97.Open Session("Month97_ConnectionString"), Session("Month97_RuntimeUserName"), Session("Month97_RuntimePassword") these variables seems to be empty when I run the asp page so I get a error message. If I replace the variable by direct code Month97.Open ("myDSN","theuser","theUser") everything seems to be OK. How can I initialise these Session variables correctly. Thanks -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > Frederic GERDIL (f.gerdil@igc.ch) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.