I must be doing something wrong, but within my ooDialog program I have not been able to delete a row. I display a list of names in the main dialog, obtained with a SELECT statement, then pass the selected name to a child method where a couple of other tables are checked and then that row is attempted to be deleted with the DELETE statement, but a SELECT statement immediately following shows the row is still in the database.. My statement passed to the SQL method to execute is: DELETE FROM table WHERE upper(name) = "SOME NAME"; The select statement immediately following is: SELECT name FROM table WHERE upper(name) = "SOME NAME"; and it is retrieved from the table.. Any ideas? Thanks..
-- Art Heimsoth - artst...@artheimsoth.com ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Oorexx-users mailing list Oorexx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-users