Posts by Construindo você mesmo • 27 points
4 posts
-
0
votes0
answers60
viewsQ: My Python class is working but has the result values not match
I’m creating a Chain Account class. In this class I want to have the balance of each account and the totaling of all accounts, but is giving error in the balance of the second account, the class is…
pythonasked Construindo você mesmo 27 -
0
votes1
answer51
viewsA: Error returning a Datatable from a function that runs a Mysql Storedprocedure
I’m grateful, I’ve solved the problem. try { cmd = new MySqlCommand(); DataSet ds = new DataSet(); cmd.Connection = conexao; cmd.CommandText = StoredProc; cmd.CommandType =…
answered Construindo você mesmo 27 -
0
votes1
answer51
viewsQ: Error returning a Datatable from a function that runs a Mysql Storedprocedure
Sirs. I would like to Run a Mysql Storedprocedure and the result returns in a Datatable, but the return of Datatable is not working. I have a mysql connection: public class Conexao private…
asked Construindo você mesmo 27 -
1
votes0
answers69
viewsQ: How to create a Visual Studio C# property that opens the edit box
I’d like someone to help me with a situation. Whoever has an example please answer me. I would like to create a property in a User Control object, and that in this property opened the edit box, as…