G
Guest
I connect to myDataStore from different places but I really only need to
connect once when the application loads.
'Connect to database.
Dim myDataStore As IDataStore = New eBiz.SDK.Integration.DataStore
myDataStore .Connect(connStr)
Can I also store the IDataStore object in my HttpApplication instance. If
so, how? Also, how would I call myDataSore from other pages. Or should I say,
how do I then have access to myDataSore from other pages or classes.
Sincerely,
Stan Alex
connect once when the application loads.
'Connect to database.
Dim myDataStore As IDataStore = New eBiz.SDK.Integration.DataStore
myDataStore .Connect(connStr)
Can I also store the IDataStore object in my HttpApplication instance. If
so, how? Also, how would I call myDataSore from other pages. Or should I say,
how do I then have access to myDataSore from other pages or classes.
Sincerely,
Stan Alex