please can you help me ??update database??
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2012 年 6 月 23 日
What do you mean by "job" in the context of a database update? A code sample might help.
採用された回答
Walter Roberson
2012 年 6 月 25 日
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.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Database Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!