Hello, I would have this problem when I run these queries:
Code:
CREATE TABLE clienti (idcliente AutoIncrement,nome string,cognome string,cap integer,provincia string,via string,citta string,partitaiva string,codicefiscale string,ragionesociale string,telefono string,cellulare string,email string); CREATE TABLE about (id AutoIncrement,versione string); insert into about(versione) values('3.1'); DROP TABLE Giacenze; Create Table relazionecategorie(id AutoIncrement,idcategoria integer,idprodotto integer); drop index idcategoria on prodotti; ALTER TABLE prodotti DROP COLUMN idcategoria; ALTER TABLE prodotti ADD COLUMN data DateTime;
Errore message:
"You selected the "Tables and Related Views" as database objects grouping modality. In order to create groups, you have to update the infos about the dependace between the objects. The necessary time for this operation depends from the database dimension."
The error occurs when I close it and reopen access.
Instead if I run directly from the IDE to access ("via interface") is not in exclusive mode when I close and reopen access did not generate any type of error. In the database there 'any kind of view or another. I HAVE already checked everything.