Einzelnen Beitrag anzeigen

question

Registriert seit: 17. Apr 2013
97 Beiträge
 
#3

AW: error in "insert into"

  Alt 19. Dez 2013, 09:42
Hi,

You probably have to remove your brackets in the second and third line of your field and value specification. There's just 1 bracket to open and 1 to close the field/value enumeration.


Delphi-Quellcode:
ADOQuery2.SQL.Add('VALUES(:msname, :msdate,:msid,:mspid,');
ADOQuery2.SQL.Add(':VZORT,:VZID,:ZSID,:VZORG,:VZNAME,:NAME_ORG,');
ADOQuery2.SQL.Add(':VZOK,:VZIT,:MZS)');
Usually it also is "insert INTO table". But maybe your DBMS supports a slightly different syntax.
thanks, i have solved it
  Mit Zitat antworten Zitat