Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pzom
  • Order by date
  1. pzom

    SQL Plus spool

    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...
  2. pzom

    RAS changing DB during runtime

    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...
  3. pzom

    creating library

    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...
  4. pzom

    What are the most common problems with Pervasive Betrieve (pre SQL)

    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...
  5. pzom

    ASP with 2 databases (DSN)

    Thank you for the clarification.
  6. pzom

    ASP with 2 databases (DSN)

    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...
  7. pzom

    ASP with 2 databases (DSN)

    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")...

Part and Inventory Search

Back
Top