Hi,
I think there are some things related to databases thath needs to be taken into important consideration.
[LIST=1]
- sc_changeConnectionData(Array(Data), connection): For example, allows to change IP, port, user, and so on of an existent connection.
sc_createConnection(): Creates a new connection object at runtime.
sc_makeConnectionPersistent(): Makes a connection object created with sc_createConnection() persistent.
etc…