Posts by Celso Marigo Jr • 2,774 points
106 posts
-
0
votes4
answers6317
viewsA: Empty field and zero value check
The way your code is it only has one option or does what is in IF or ELSE. If you want something big Do it like this: protected void Bt_cadastrar_click(Object Sender, Eventargs and) { if…
-
2
votes1
answer1070
viewsA: Securityexception - Permission Error
Daniel, Apparently it’s an IIS server access level error: https://github.com/SignalR/SignalR/issues/1626…
-
0
votes1
answer107
viewsA: Doubt in Begintrans - Rollback - Committrans
Ariel, Not every command allows roolback, you should look at the documentation of the database you are using. For example, in Mysql: http://dev.mysql.com/doc/refman/5.0/en/implicit-commit.html…
visual-basic-6answered Celso Marigo Jr 2,774 -
0
votes1
answer714
viewsA: Error #1142 Mysql
According to this post: https://stackoverflow.com/questions/10956195/mysql-error-1142-select-command-denied-to-user Eh a permission error in people table! SELECT code,p.name,p.fantasia FROM p…
-
2
votes1
answer767
viewsA: Update Android Database
If it’s just to run that command you could do what’s in Insert: public int update(Uri uri, ContentValues contentValues, String selection, String[] selectionArgs) { int uriType =…
-
2
votes1
answer83
viewsQ: EAD: Configuration error while running tests
I downloaded the videos from the site for studies, in the video of Modulo3_video3, about Configuration, I got an error running the test after using the Configuration feature. 1 - I added the file…