M
M
I've seen alot of sample code about how to create and use them but whats the
best way to have them per application. Should every form that access's a
database have its own connection and adapter or should they share one? I can
see where multithreading might have implications but I'm currently working
single threaded.
I'm assuming an adapter can be reinitialized with a different sql statement
and executed but I'm not sure if thats a good practice or not
Thanks for the info
Regards.
best way to have them per application. Should every form that access's a
database have its own connection and adapter or should they share one? I can
see where multithreading might have implications but I'm currently working
single threaded.
I'm assuming an adapter can be reinitialized with a different sql statement
and executed but I'm not sure if thats a good practice or not
Thanks for the info
Regards.