For my ASP project we needed to make specific calls to databases to get data and update with user inputs. My issue was in getting all of the calls to return the specifics of what was needed and I was not able to get it working properly.
The impact was that essentially, my program was not functional as there was no data displayed and the user could not make any calls to the db to perform searches or updates.
I did some research on the different techniques and ways to connect and utilize a db. After working out the different techniques in a separate project and was able to get a connection working. From there, I ported it over to my working project and was able to get everything working.
No comments:
Post a Comment