Hello,
I want to update some fields in an Oracle database when printing a Crystal Report. I did the following :
1. Database expert
2. Create New Connection
3. Oracle Server
4. 'Add Command'
I entered the following SQL command :
UPDATE CUS_LOC
SET NAME = 'B'
WHERE NAME = 'A'
When I execute...
First of all, I am new at using Chrystal Reports, so my question may seem very simple to you.
I want to update (or insert) records in an oracle table. I know what the SQL statement should look like, but I don't know where to put this statement in my report? Can someone help me? Thanks,
Erwin
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.