Borrar filtros
Borrar filtros

please can you help me ??update database??

1 visualización (últimos 30 días)
Eman  Shaltout
Eman Shaltout el 23 de Jun. de 2012
i write update database function but i need to update by job where name is "from text field from another m file " modifying job or new job from text field i try a lot without no benefit..... please tell me about right syntax for this status.......
thank a lot first...
  2 comentarios
Walter Roberson
Walter Roberson el 23 de Jun. de 2012
What do you mean by "job" in the context of a database update? A code sample might help.
Eman  Shaltout
Eman Shaltout el 25 de Jun. de 2012
sorry sir ,this afield in database .thank you for reply

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Jun. de 2012
As a rough outline, something like:
query_string = ['SELECT from MyTable where job = "' TheVariableName '"]
result = sql(query_string)
That is, you can construct the query string by concatenating together portions.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by