Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO Recordset

Status
Not open for further replies.

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,
Can you check your code to make sure you have included the semicolon (;) at the end of your SQL statement?

HTH, [pc2]
Randy Smith, MCP
rsmith@cta.org
California Teachers Association
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top