Open Jay-Shu opened 3 months ago
Added the first Select statement getAccounts_v1.
Added getAccounts_v2, getAccounts_v3, and getAccounts_v4.
This is getAccounts_v1 successfully running via test_dbsp.py in order to validate that the stored procedure is actually being ran.
Further investigation shows that the culprit was logic within the python side missing and not in the data being returned by the MS SQL Server. Additionally, planning for error catching is necessary to prevent system thrown errors. Because an error will be thrown in command prompt if one is thrown by MS SQL Server.
Create Select Statements for the application. This will need to include BEGIN TRANSACTIONS, COMMIT TRANSACTIONS, and ROLLBACK TRANSACTIONS within their final form.