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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JJ26

  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

    transfer image ID..

    if you want to show the image (after visitors click the thumbnail), i think you can use javascript window.open syntax. of course when you write down the javascript code you need to put complete image ID, so the browser will know which image visitors click. *JJ*
  6. JJ26

    syntax for date query

    actually I'm having almost the same confuse problem here. till now i've tried 2 methods for my query dealing with date range. I'm trying in 2 computer machine which i install the same version MySQL 4.0.21. In one machine i got false return, but at the other one i got the correct ones. perhaps...
  7. JJ26

    help me with my subquery

    Thanks alot for your info. I've read in the manual stating the same procedure as you said. So I guess I have to download the next version of 4.1.X ciao....
  8. JJ26

    install mysql-4.0.21-win.zip

    I didn't get the errors like you had. I also download MySQL 4.0.21 in winzip package from http://www.mysql.org, but i can't find file install.exe like you had. What I use is Setup.exe. Are you sure you download the right installer ??
  9. JJ26

    help me with my subquery

    could you explain to me more specifically?? I don't get your point, sorry. I need to make a temporary select table in order to get the sum of subtot field (in cashier table ), and get the sum of amtpay (in payment table). Because it'll be giving unexpected result if I firstly "inner join"...
  10. 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...
  11. 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...
  12. JJ26

    New to ASP--passing parameter to ASP page and declaring defaults

    To save your server processor, maybe you can put some validation (using client script, of course) before Users click the button show DVD. As to examine the value which Users would choose in those of your combo boxes & radio buttons. If the users haven't been set things right, then your...
  13. JJ26

    New to ASP--passing parameter to ASP page and declaring defaults

    I guess you got wrong codes manner there. [lipstick2] oRSgenres.open sqlGenres, "DSN=dvdlist" oRSgenres.MoveFirst -->as far as I know when you open recordset, then the cursor always stay in the first line (if there's returnable record) OR stay in BOF (if there's no returnable record)...
  14. JJ26

    ASP Error Code: '80046465'

    Could you quote some of your code which is going this error?? When you got this error message, the internal msg will anounce the exact line of its error. maybe you can use that as direction to your error ASP page. or you could go to www.microsoft.com site. and search for your error number...
  15. JJ26

    ADO Delete Record from Record Set - Driving me mad!!!!

    Thanks for the *Star* Anyway, I was thinking abt one other way. Still don't know suit to your needs or not, and intending to know whether it's a better solution (perhaps you can consult with your SQL Developer). Here's my idea : 1. Write an SQL stored procedure that will complete deleting all...

Part and Inventory Search

Back
Top