Can anyone explain when to use sc_connection_edit and new

Hi All

Does anyone know how to explain in nice simple terms, when one should use sc_connection_edit and when to use sc_connection_new?

I want to provide each user with their open database after they login, but I have some conflicting information on which method to use to achieve this.

Thanks

Tony

Sometimes you need to edit connection data for the connection your apps point. Here you use edit.

For new, imagine you need to do a query against other database, you can create a dinamic new connection and point query macros to this new conn.

I hope explained clearly. I’m from mobile and can’t extend

1 Like