JaroB Posted January 6, 2012 Posted January 6, 2012 Sorry I have a little question, can be integrated Accuracer DB as embeded database into web application or have to have any interface for join? And eventually how? Thank you Quote
Administrators Farshad Mohajeri Posted January 6, 2012 Administrators Posted January 6, 2012 Sorry I have a little question, can be integrated Accuracer DB as embeded database into web application or have to have any interface for join? And eventually how? Thank you Any database engine can be used as long as you follow the proper rules to use them in a multi-threaded app. Probably you need a separate connection for each session. To achieve this you must put your database components on MainModule. Quote
JaroB Posted January 6, 2012 Author Posted January 6, 2012 Thank you. I was afraid that it will not be able mixing 3rd party component in one web module only. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.