I have a requirement where I need to access the database in dotnetnuke. Do we need to develop a new module for that?, or dotnetnuke provides us with built-in module.
Please help!, I’m completely new to dotnetnuke.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s a Reports module which allows you to run SQL queries and transform that data into a display, which should work if you’re just displaying information from the database.
If you need to accept input, you might look at the Form & List module which will let you create a form, and then list the information input to the form.
Any more complicated than that, however, and it looks like you’ll probably need to create a custom module (or find a third party module from the DotNetNuke Store which meets your needs).