|
-
September 13th, 1999, 03:58 PM
#1
Oracle database trigger does not work with Visual Basic form
I wrote a 'BEFORE INSERT OR UPDATE' trigger against a table in Oracle7 database. It works well when I try to insert/update data in that table from SQL*Plus and from Oracle Forms 4.5/5.0. But this trigger does not work when I try to insert/update data from a similar form created using Visual Basic 4.0 and connects to the database using ODBC. Please advise about a solution to this problem that I am facing with Visual Basic.
Thanx in advance.
areohwhy
-
September 13th, 1999, 07:24 PM
#2
Re: Oracle database trigger does not work with Visual Basic form
I don't know how you are doing the update/insert, but if you use the same SQL string that you used in SQL Pluse, and execute it using the connection object, it has to work...
ConnectionObj.Execute "UPDATE .....WHERE....."
-
September 13th, 1999, 07:32 PM
#3
Re: Oracle database trigger does not work with Visual Basic form
My thinking was that you are using ADO in code, if your not... I don't have a clue...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|