Hi there, I have a problem when I program in Power Builder with database Access 2000. I usethe Update and Insert statements in the script as follows: String ls_name ls_name = "David" Update employees Set name = ls_:name Where id = 1 Using SQLCA; If SQLCA.SQLCode <> 0 Then MessageBox("...