Hi,
If both fields are date, you have "to say" to database wich format are you using in the string like this:
UPDATE XXXXX
SET MSG_TIME_ACK = to_date('01-00-00 9:18:16','DD-MM-YY HH:MI:SS') , MSG_DATE_ACK = to_date( '02-00-02','DD-MM-YY')
WHERE A = 'CON' AND
B IS NULL
must work...
You can try by including library d2kwutil.pll (to use this you need d2kwutil.dll, that doesn't work on windows2000), wich is included in forms.
Then your code to send an email (without atachment) will be like this:
declare
destinatarios varchar2(100):='null@null.null';
var1...
Hi,
If I've understand you, the relation is
marriage.M_Star_ID||marriage.F_Star_ID=star.Star_ID
Having this enviroment, the solution I'll apply is:
First create a view from the detail table, where the select will be:
"Create View marriage_view as Select M_Star_ID||F_Star_ID...
Hi all,
We have an aplication, running in client-server on a Windows 2000 system.
It`s made whith forms6i.
Sometimes it crashes, and in the ifxxxxxxxx.dmp that generates, it gives the error:
Abnormal termination: Access Violation: C0000005
Module: ifr60.dll...
Hi all,
We have an application running on the web, the question is, How can I get the server IP ADDRESS to do a web_show_document with the ip address?
Thanks in advance for all your responses.
Hi all,
Firstable, sorry about my English.
I have two problems that I'm not able to solve, so here we go:
First problem: I have made a simple form (a client card). In that form I have three lists (Combined lists) that I fill from a record group. The question is, the customer wants...
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.