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 bkrike 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: JJ26
  • Content: Threads
  • Order by date
  1. JJ26

    PREPARE statement for DROP PROCEDURE

    Hi there, is there someone could help me out ? urgent!!!! is it really a bug or ??? Mysql is in version 5.0.21 i create a procedure which is dynamically dropping existing procedure . the syntax : create procedure checkSP (nmSP varchar(200) ) begin declare ada int; set ada = 0; select...
  2. JJ26

    XSL for fixed-length output

    Dear friends, is there someone could help me ... What is wrong with my XSL file which is converting an XML file into fixed-length output ? Because I get 1 empty line before & after the fixed-length data. Here's my XML <library> <book> <style>Z79</style> <title>Judul Judul</title> </book>...
  3. JJ26

    How to retrieve inside syntax in Stored Pocedure

    Hi guys, I need a solution here. From DatabaseMetadata is it possible for me to get the inside syntax of my stored procedure ? So far I only can retrieve the Input & Output parameter along with its data type, length, nullable. Pls respond me ASAP. thanks alot *JJ*
  4. JJ26

    error abt remote table & linked server

    somebody can help me ?? i run the following script in server SEREIS create proc sp_transfer_scCompany as declare @brcode numeric, @brnm varchar(50), @jml numeric (5,0) declare mycur Cursor for select branch_code, branch_name from [it-6].security.dbo.sc_company where branch_code =52 open...
  5. JJ26

    help me with my subquery

    Hello guys, kindly please help me with my problems that im having it for abt 1 week, and i can;t solve it. Im using MySQL 4.0.21 and I have 2 tables : [payment] [cashier] id id amtpay stockid subtot [payment].id is...
  6. JJ26

    cannot start up my Tomcat

    someone can help me I got this error when starting up my Tomcat C:\Tomcat\bin>startup The JAVA_HOME environment variable is not defined This environment variable is needed to run this program Using CATALINA_BASE: C:\J2EE_1.4 Using CATALINA_HOME: C:\J2EE_1.4 Using CATALINA_TMPDIR...
  7. JJ26

    Avoid clients downloading my supporting page files

    Hi guys, I was wondering you all can help me : Surfing to some web sites sometimes giving me chances to downloading their supporting files, such as their image files, CSS files, Javascript source files (I guess you have this kind of experiences before). But there's also time when I can't...
  8. JJ26

    Catch Result from Stored Procedure

    Hi guys, I'm having trouble here with my ASP page dealing with Stored Procedure that return a build-in recordset. it seems my ASP page tracking that the recordset is not opened yet, and that's why it can't return any fields to my Response object. I need to know if ASP page can handle...
  9. JJ26

    create DLL , and run with ASP.

    any body can tell me how to create DLL which i can refered to my ASP page , so i can protect my codes ?? (perhaps URL , articles ???) *JJ* [spin]

Part and Inventory Search

Back
Top