Jump to content
Software FX Community

ChartFX DTC and Interdev 6.0


User (Legacy)

Recommended Posts

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)

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...