Hi all,
I am working on a project at the moment which requires database handling and for the design point of view I have created all of my database connections to run though one single class, also to allow for expansion in the future however access to this class is often required from different parts of the application including ItemListner classes.
The question in short is can my SQLManager class be initiated in one class and the base information held - connection, drivers etc - to be accessed from another without having the parse the information in each time.
If this is not possible is there anyway to parse an array in with an ItemListner event call?
Regards,
Sorry for multi post - browser crashed and reloaded
I am working on a project at the moment which requires database handling and for the design point of view I have created all of my database connections to run though one single class, also to allow for expansion in the future however access to this class is often required from different parts of the application including ItemListner classes.
The question in short is can my SQLManager class be initiated in one class and the base information held - connection, drivers etc - to be accessed from another without having the parse the information in each time.
If this is not possible is there anyway to parse an array in with an ItemListner event call?
Regards,
Sorry for multi post - browser crashed and reloaded