I have the student table and the payments table, I'm doing a gym system. I have listed the two tables by putting student_id in the payments table as a foreign key.
I want you to enter the data together of these two tables on the screen wh...
I'm trying to use the following command to insert:
$sql = "INSERT INTO tabela (campo1, campo2, campo2, campo4)
values(:campo1, :campo2, :campo3,'S')";
$campos = array(
':campo1' => $nome,...
vsql = @"INSERT INTO ALUNOS_ (UF, IDADE, TELEFONE, NOME_PAI, ENDERECO, EMAIL,
NOME, CIDADE, NOME_MAE)
values ('sp', 0,'','','','','','','');";
This SQL when executed in oracle does the insertion but in the...
Anyway, I'm getting a nullpointerException so I have no clue how to deal with it, I read the net on and apparently the problem is in uninitialized variables and stuff like that, but I'm sure everything has been initialized here.
Servl...
Well, I suppose this question is recurrent. I even tried some alternatives but they did not work.
I have a Screen where I record Service Orders with the Client and PC data. It turns out that. I am filling 2 Tables simultaneously.
In the...
I'm new here and also in the world of programming, today I managed for the first time to make the connection from C # to SQL, when making a simple connection with BD I can insert records, but when trying to insert 2 data in the same table simult...
Look, I'm not sure where to start but, anyway ... I have the page posted below, and I have already checked some with errors in the database and insertion of data in it. The code was made in case there is some kind of error it indicates during...
I am creating a form in tabs, which has 3 tabs and each one belongs to a table, was it possible to know if I have to save what was filled in a tab as soon as I switch to another tab without redirecting the page?
<script>
$('button').on('...
I searched all corners of the internet but could not find anything like my problem. I have a registration form that after doing the INSERT in the database shows a modal window and inside it a success or error message along with an "OK" button. T...