If you encounter this error when coding, this means... that entire line of code is not in any method. Move it into one and your problem is resolved.
Also,
if you are used to doing your stuff in MSSQL and MySQL like me, don't forget to Commit; when you are using Oracle. Otherwise it will only be stored in local cache, and nothing gets ahem commited to the database tables.
Also,
if you are used to doing your stuff in MSSQL and MySQL like me, don't forget to Commit; when you are using Oracle. Otherwise it will only be stored in local cache, and nothing gets ahem commited to the database tables.
No comments:
Post a Comment