Results 1 to 5 of 5

Thread: Free SQL Formatter for PHP

  1. #1
    Join Date
    Jun 2004
    Location
    Germany
    Posts
    26

    Lightbulb Free SQL Formatter for PHP

    Hello,
    maybe you are interested in this.
    I wrote a free java applet on www.sqlinform.com which is a SQL Code beautifier. It allows to format SQL statements for PHP programs. The only thing you need is a Java Runtime Environment (which should be available in most cases).
    Regards
    GuidoMarcel

  2. #2
    Join Date
    Jun 2004
    Location
    Germany
    Posts
    26
    Hi,
    SQLinForm now contains in its version 2 coloured keyword formatting, bracket matching and a maximum line size feature. Please try it at http://www.sqlinform.com

    Regards
    GuidoMarcel
    Reply With Quote

  3. #3
    Join Date
    Jul 2005
    Posts
    4
    Tried to see your v.2 but I think it's down, or your applet tag is buggy. Here is the java console error:
    Code:
    java.lang.ClassFormatError: Incompatible magic value 1013478509 in class file SQLinForm_200/SQLinForm
    	at java.lang.ClassLoader.defineClass1(Native Method)
    	at java.lang.ClassLoader.defineClass(Unknown Source)
    	at java.security.SecureClassLoader.defineClass(Unknown Source)
    	at sun.applet.AppletClassLoader.findClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    	at sun.applet.AppletPanel.createApplet(Unknown Source)
    	at sun.plugin.AppletViewer.createApplet(Unknown Source)
    	at sun.applet.AppletPanel.runLoader(Unknown Source)
    	at sun.applet.AppletPanel.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    Might be a firefox thing, don't know. Might want to check it out.

  4. #4
    Join Date
    Jun 2004
    Location
    Germany
    Posts
    26
    Hi Liam27,
    which JRE version are you running? Do you have more than 1 JRE installed? Is this error also happening for v1?

    Regards
    GuidoMarcel

  5. #5
    Join Date
    Jun 2004
    Location
    Germany
    Posts
    26

    Free SQL Code Formatter

    Hi,
    SQLinForm now contains in its version 2 short-cuts for all important commands.
    Regards
    GuidoMarcel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •