Mar 31, 2004 #1 dhaveedh Programmer Aug 13, 2003 112 GB Hi, I am running a query in VBA which is using ADO to connect to an oracle database. While stepping through the code I get this error: ORA00933:SQL Command Not Properly Ended Does anyone know the solution to this aggro? KISS - Keep It Simple Sugar!
Hi, I am running a query in VBA which is using ADO to connect to an oracle database. While stepping through the code I get this error: ORA00933:SQL Command Not Properly Ended Does anyone know the solution to this aggro? KISS - Keep It Simple Sugar!
Mar 31, 2004 #2 randysmid Programmer Dec 12, 2001 801 US Hi, Can you check your code to make sure you have included the semicolon ( at the end of your SQL statement? HTH, Randy Smith, MCP rsmith@cta.org California Teachers Association Upvote 0 Downvote
Hi, Can you check your code to make sure you have included the semicolon ( at the end of your SQL statement? HTH, Randy Smith, MCP rsmith@cta.org California Teachers Association