Live data from Hacker News

Patent on displaying SQL data in HTML, granted to IBM in 1998

patents.google.com

1–10 of 93 posts

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#2
This is comical. It patents the entire system from HTML forms to get the input to prepare the SQL query, to server sending data as formatted HTML back to client.

This has been the bread and butter of PHP for two decades. I'm glad no one tried to enforce this to take away like 99% of the internet.

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#3
I never understand where patents start and end with the bit they claim to be new. Where is that in the patent document? In this case they’re talking about executing sql and rendering as html. Ok. Fine. Phpmyadmin was already doing that in 1998. But they also talk about these macro files that you’re executing by substituting variables into them. As that the new thing? Are these just stored procedures? I feel like we were already doing that in 1998 too.

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#4
post #2

This is comical. It patents the entire system from HTML forms to get the input to prepare the SQL query, to server sending data as formatted HTML back to client. This has been the bread and butter of PHP for two decades. I'm glad no one tried to enforce this to take away like 99% of the internet.

I wouldn't hold up in any serious suit, but it could be a good patent trolling weapon. Let's hope that when IBM inevitably goes the way of the cuckoo, this does not fall in the wrong hand and/or patent reform has happened by them (fat chance imho).

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#5
post #4
post #2

This is comical. It patents the entire system from HTML forms to get the input to prepare the SQL query, to server sending data as formatted HTML back to client. This has been the bread and butter of PHP for two decades. I'm glad no one tried to enforce this to take away like 99% of the internet.

I wouldn't hold up in any serious suit, but it could be a good patent trolling weapon. Let's hope that when IBM inevitably goes the way of the cuckoo, this does not fall in the wrong hand and/or patent reform has happened by them (fat chance imho).

It's already expired, so no danger at all.

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#6
post #4
post #2

This is comical. It patents the entire system from HTML forms to get the input to prepare the SQL query, to server sending data as formatted HTML back to client. This has been the bread and butter of PHP for two decades. I'm glad no one tried to enforce this to take away like 99% of the internet.

I wouldn't hold up in any serious suit, but it could be a good patent trolling weapon. Let's hope that when IBM inevitably goes the way of the cuckoo, this does not fall in the wrong hand and/or patent reform has happened by them (fat chance imho).

If that patent was filed in 98, it expired in 2018.

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#7
post #3

I never understand where patents start and end with the bit they claim to be new. Where is that in the patent document? In this case they’re talking about executing sql and rendering as html. Ok. Fine. Phpmyadmin was already doing that in 1998. But they also talk about these macro files that you’re executing by substituting variables into them. As that the new thing? Are these just stored procedures? I feel like we w…

The patent application was in 1995 (the patent is expired now). Like a lot of (even most of) IBM's generalizable patents, it is and was defensive. (Non-obviousness had gone out the window long before this, and they'd already been bitten by trolls. Basically, they patented everything that wasn't already patented by anyone just to avoid infringement suits. To my knowledge, they never actively protected anything that should have been unpatentable because of obviousness.)

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#8
post #3

I never understand where patents start and end with the bit they claim to be new. Where is that in the patent document? In this case they’re talking about executing sql and rendering as html. Ok. Fine. Phpmyadmin was already doing that in 1998. But they also talk about these macro files that you’re executing by substituting variables into them. As that the new thing? Are these just stored procedures? I feel like we w…

The important bit is the claims. However, you still have to know the legalese codewords. Every word has a very specific definition. For example, "a plurality of things" explicitly excludes from the claim an implementation where only one "thing" is used.

NAL, but something a patent attorney explained to me once.

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#9
post #3

I never understand where patents start and end with the bit they claim to be new. Where is that in the patent document? In this case they’re talking about executing sql and rendering as html. Ok. Fine. Phpmyadmin was already doing that in 1998. But they also talk about these macro files that you’re executing by substituting variables into them. As that the new thing? Are these just stored procedures? I feel like we w…

[deleted]

Re: Patent on displaying SQL data in HTML, granted to IBM in 1998

#10
post #5
post #4

Earlier quoted context omitted.

I wouldn't hold up in any serious suit, but it could be a good patent trolling weapon. Let's hope that when IBM inevitably goes the way of the cuckoo, this does not fall in the wrong hand and/or patent reform has happened by them (fat chance imho).

It's already expired, so no danger at all.

Chances are they obtained about 500 patents of similar reach per year. This is an arms race, with companies aiming to be able to countersue any patent infringement with hundreds of patent infringements the other way.
Post reply on HN