June 9, 2003 at 12:14 pm
Saw an article says that Oracle 8i has a build in JSever, and be able to run JSP. Wondering if SQL can do the same thing. Thanks!
June 9, 2003 at 1:33 pm
SQL is just the data layer, as long as you have an OLEDB or ODBC drive you can access it. ASP, JSP, whatever, all are different ways of presenting data.
Andy
June 9, 2003 at 2:38 pm
I probably did not state the question clear. Please take a look at this article. Thanks!
http://www.techrepublic.com/article_guest.jhtml?id=r00520030606sob01.htm&page=1
June 10, 2003 at 5:08 am
Hello gzh1111,
quote:
Saw an article says that Oracle 8i has a build in JSever, and be able to run JSP. Wondering if SQL can do the same thing. Thanks!
I've just read the article. Sounds like a good idea to name something Java Stored Procedure (JSP)
Now seriously, I don't think SQL Server can do the same thing. M$ and Java do not fit together very well..
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 10, 2003 at 5:24 am
The next version of SQL - "Yukon" - will .Net integration, allowing server side code to be written in a .Net language, should offer similar capabilities. For now the best you could do would be to write an extended stored proc or write the code in a COM dll and access using sp_oacreate.
Andy
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply