Posts by Felipebb • 33 points
5 posts
-
0
votes1
answer215
viewsA: Update Database Problem "too long string literal"
Problem of Update Too extensive content for the database, solved with OCI commands for communication with the Oracle database, follows the code: public function atualizar_conteudo_manual(){ $sql =…
-
0
votes1
answer227
viewsQ: Problems in validating a Textarea
I’m having a problem validating a Textarea inside my Form, follows the code of Form: <form class="form-horizontal form-material" id="manual-form" method="post" action="<?php echo…
-
2
votes1
answer215
viewsQ: Update Database Problem "too long string literal"
I have a problem when it comes to Update of a content to the database, below the code used for the Update public function atualizar_conteudo_manual() { $dadosmanual_update = array…
-
0
votes1
answer203
viewsQ: Update Codeigniter
I’m trying to make a UPDATE in the database using Codeigniter, but the UPDATE is not being executed the way I’d like. What happens, I have 5 manuals with different contents, and when I do the UPDATE…
-
-2
votes1
answer458
viewsQ: Java field with numbers only
I’m doing a medical record for a hospital system test and I’d like to know how to validate the field CRM. It is a variable double, I want the field of Joptionpane accepted only numbers in CRM, I’ve…