I have these files:
========================================
BATCH1.BAT which contains:
@ECHO OFF
d:\oracle\ora81\bin\SQLPLUSW.EXE user/password@orcl1 @d:\dir1\sql_programs\JOB1.sql
========================================
========================================
and JOB1.SQL which contains...
Hi,
I have a copy of ASP scripts which I modified to accept multiple parameters & database location (ODBC). This enables me to just create one report and run it on different ODBC. This was Crystal Version 8.5.
We purchase new Crystal 9.0 with RAS and my script won't work anymore.
Does...
Hi,
I have this code in C which contains library routines. This is primary written for "cobol calling C" demo.
How do I load these files to Visual C++ so I can generate a library (static).
cbl2cdll.c - contains functions only - no main() - example:
INT APIENTRY ReturnInteger(int...
Hi,
Actually, I have a problem related to it. This might be only related to settings but I don't know.
We have COBOL and we use COBOL module to access btrieve. Just this week, I was modifying a program to use transaction. So, I did turn logging off, open the files, start transation logging...
Goatstudio,
If I used the same connection for different DSN, I would get this error:
==========================================================
ADODB.Connection error '800a0e79'
Operation is not allowed when the object is open.
/perv1/sbcmst_master_as.asp, line 29...
Hi,
I would like access 2 tables on diffrent DSN. This is my code which genereted error:
==================================================================================
dim oConn
dim strDB
strDB = "DSN=comparenew;"
set oConn=Server.CreateObject("ADODB.connection")...
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.