I am trying to run a sql loader .ctl file from a .bat file.
The data file (.txt), the .ctl file are both in the same directory. The .ctl starts but then I get a .log file that reads the following error message:
SQL*Loader-500: Unable to open file (c:\narrative.txt)
OSD-04002: unable to open...
I am working on a form where I need to get an item count of data that is not yet saved.
Example:
I have two fields on the form
1. Side Item Options
sample record: "2 side dishes"
2. Available side dishes
sample records: corn, tuna, candy...
I need a sample of how to call a VBX object from FORMS with parameters. I am sure I will use HOST command but are there any specifics/gotcha's? Do we need to register the com object on desktop? the server?
Any help is cool.
Tanks.
gl
We are going the round-about way. One of the developers created a MS-VB wrapper that calls the Crystal report. Then, we are going to use the Oracle HOST command to call the VB object and pass the parms needed.
gl
Help.
Does anyone have any examples of how to run a Crystal report from a form. I have found some articles in Metalink but they are not complete. The doc they describe on Metalink also does not exist any more.
Please help on this issue.
Thanks
Here is the code you asked about:
<html>
<head>
<title>Job Description Detail</title>
</head>
<body>
<%
On Error Resume Next
if request.querystring("jobcode") <> "" THEN
jobcode = request.querystring("jobcode")
elseif jobcode = "" THEN
jobcode =...
Help,
We are trying to retrieve an Oracle long data field into a web page and are getting the following errors:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
&#61623; Error Type:
Microsoft OLE DB Provider for...
I posed the same type of question this past summer. Read what I got back.
goldenhead (MIS) Jun 1, 2000
I need to eat in the future and would like to know thoughts on using this tool as a primary development skill in the future. Should I get a job at McDonald's too in order to eat or will PB...
How do you get the OLE spell check to work in Forms? I am trying to invoke the spell checker Word Basic Macro ToolsSpelling as follows:
DECLARE
-- Declare the OLE object
application OLE2.OBJ_TYPE;
-- Declare handle to the OLE argument list
args OLE2.LIST_TYPE;
-- Declare a temporary...
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.