Not adding, editing on a database view

QuestionsNot adding, editing on a database view
Juan Manuel Gareli Fabrizi asked 10 years ago

I have done many database view to get simply select

Does phpgrid has problems adding records to database views if they are made with many tables.

ex:view: V3matematica

SELECT alumno.apellido as Apellido,
alumno.nombre as Nombre,
nota.calificacion as Calificacion,
nota.id_conducta as Conducta,
nota.observaciones as observaciones
FROM nota, alumno, evaluacion, materia
WHERE nota.id_alumno = alumno.id and
nota.id_evaluacion = evaluacion.id AND
evaluacion.id_materia = materia.id and
materia.id=388 AND
evaluacion.id_tipo_evaluacion= 3

this is the select of the view.

The code on mi wordpress is [phpgrid table="v3matematica1" edit="true" caption="Primer" export="true" language="es"]

I looks well but i cannot edit or add rows!

2 Answers
Abu Ghufran answered 10 years ago

Hello,

I will be emailing you an updated version of plugin after some testing.
EKAndreas version has some issues in attributes.

Abu Ghufran answered 10 years ago

Emailed you an update.

Your Answer

1 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?