I'm having a problem importing a backup to the secondary server:
The topology:
Production Server > > Contingency server.
When importing Full Backup, it imports without any problems.
The problem occurs when I import Differential Backu...
I have an error that I could not solve, I started my project and it runs right.
When I access the project via the web, I log in and it enters.
When I click on any button, it gives this error below:
Hibernate:
select
person0_.id as id1...
I have the following sqlite database and it works fine:
db=openOrCreateDatabase("BaseDadosDB", Context.MODE_PRIVATE, null);
db.execSQL("CREATE TABLE IF NOT EXISTS tabeladados(data date,total real,descricao VARCHAR);");
I want to return the...
I have the following situation:
Bank and the B bank both with the Customers table with the following data:
A.clientes B.clientes
id | nome id | nome
------------------- ------------...
In my example, I have a query that returns 3 products as they were purchased in different orders plus I do not need this order number. So I did it this way:
SELECT
c.prod_pk_id,
'61068276007702' as CNPJ,
'teste' AS FABRICANTE...
Good afternoon people, I was trying to make a sql to put the score obtained in a game I'm developing, but when I put it to save the score, or even see the score it gives error, I'll put an asterisk on the line where Android Studio points out the...
I have a problem with a SQL query. Here is the query example:
SELECT
col.ad_client_id,
adu.ad_user_id,
col.ad_org_id,
col.c_order_id,
col.created,
col.createdby,
col.updated,
adc.updatedby,
col.isactive,
cb.c_bpar...
I have a table, getSalas , which simplified something like this:
CREATE TABLE getSalas(
ID_SALA NUMBER(4),
NOME_CARATERISTICA VARCHAR2(20),
VALOR_CARATERISTICA NUMBER(4)
);
The contents of this table are of the type:
1, '...
When I go into phpMyAdmin through Mamp, it gives this error:
phpMyAdmin - Error
Error during session start; please check your PHP and / or webserver log file and configure your PHP installation properly. Also ensure that cookies are enab...