can anyone fix my code so it will insert data to my sql server plz

MyDB1.QueryOne('INSERT ALS_signup INTO (username, password, mailadres) 
VALUES ('''+ LabeledEdit1.Text +'''  '''+ LabeledEdit2.Text +'''  '''+ 
LabeledEdit3.Text +'''');

thanks





-------------------------------------------------------
Home: http://groups.yahoo.com/group/delphi-programming/
Remove: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-programming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to