<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
        當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

        jTDS官方介紹(OpenCmsv6.2版MSSqlserver數(shù)據(jù)庫(kù)支持所用JDBC驅(qū)

        來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 15:18:30
        文檔

        jTDS官方介紹(OpenCmsv6.2版MSSqlserver數(shù)據(jù)庫(kù)支持所用JDBC驅(qū)

        jTDS官方介紹(OpenCmsv6.2版MSSqlserver數(shù)據(jù)庫(kù)支持所用JDBC驅(qū):OpenCms6.2支持MS Sqlserver2000數(shù)據(jù)庫(kù),但其需要jTDS驅(qū)動(dòng),下面是jTDS的官方介紹和下載地址。 Overview jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7
        推薦度:
        導(dǎo)讀jTDS官方介紹(OpenCmsv6.2版MSSqlserver數(shù)據(jù)庫(kù)支持所用JDBC驅(qū):OpenCms6.2支持MS Sqlserver2000數(shù)據(jù)庫(kù),但其需要jTDS驅(qū)動(dòng),下面是jTDS的官方介紹和下載地址。 Overview jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7

        OpenCms6.2支持MS Sqlserver2000數(shù)據(jù)庫(kù),但其需要jTDS驅(qū)動(dòng),下面是jTDS的官方介紹和下載地址。 Overview jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15).

        OpenCms6.2支持MS Sqlserver2000數(shù)據(jù)庫(kù),但其需要jTDS驅(qū)動(dòng),下面是jTDS的官方介紹和下載地址。
        Overview

        jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting forward-only and scrollable/updateable ResultSets, concurrent (completely independent) Statements and implementing all the DatabaseMetaData and ResultSetMetaData methods. Check out the feature matrix for more details.

        Quite a few of the commercial JDBC drivers out there are based on jTDS (or FreeTDS), even if they no longer acknowledge this. jTDS has been tested with virtually all JDBC-based database management tools and is the driver of choice for most of these (recommended for DbVisualizer and SQuirreL SQL, distributed with Aqua Data Studio and DataDino). jTDS is also becoming a common choice for enterprise-level applications: it passes both the J2EE 1.3 certification and Hibernate test suites, and is recommended for JBoss, Hibernate, Atlassian JIRA and Confluence and Compiere.

        Getting Started

        Being a type 4 driver, jTDS does not need any special installation. Just drop the jar file into your application's classpath and you're done. All you need to know is the name of the Driver and DataSource implementations and the URL format and you're all set. You can get these and a lot more information from the Frequently Asked Questions page. For features needing native libraries such as XA support or Single-Sign-On consult the specific README files.

        Why use jTDS?

        jTDS is free software. jTDS is released under the terms of the GNU LGPL, giving you not only the posibility to debug and tweak it to your own liking but also to use it in and distribute it with your free or commercial applications.

        The other "free" choices, the JDBC-ODBC bridge and Microsoft's own JDBC driver are not actually free. If you encounter an issue with any of them you won't be able to fix it yourself and response times from both Microsoft and Sun are anything but short. Also, both of them lack functionality (the Microsoft driver implements JDBC 2.0, while the bridge is just a JDBC 1.0 implementation) and have serious stability problems: the bridge crashes the JVM if the ODBC driver has any problem and Microsoft just has no intention of really supporting Java/JDBC.

        jTDS is also the most performant JDBC driver for both SQL Server and Sybase. We have an older benchmark result but we strongly encourage you to download any benchmark published by commercial JDBC driver vendors and see for yourself. Here are a couple of benchmarks you could use: JNetDirect's JDBC Performance Benchmark and i-net Software's BenchTest 2.1 for MS SQL Server.

        Anyway, just give it a spin. Get the latest one from here and see whether you like it or not.

        Support

        Following a number of requests we have decided to offer commercial technical support for interested parties. For the moment you can get official technical support from individual developers of jTDS; contact any of us and we'll be happy to provide you with our tech support terms and conditions. Of course, we will keep offering support on our SourceForge forums just as we did until now; we are only trying to encourage adoption of jTDS, not make a fortune out of it.

        引用出處:http://jtds.sourceforge.net/

        jTDS驅(qū)動(dòng)下載地址:http://sourceforge.net/projects/jtds

        聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        jTDS官方介紹(OpenCmsv6.2版MSSqlserver數(shù)據(jù)庫(kù)支持所用JDBC驅(qū)

        jTDS官方介紹(OpenCmsv6.2版MSSqlserver數(shù)據(jù)庫(kù)支持所用JDBC驅(qū):OpenCms6.2支持MS Sqlserver2000數(shù)據(jù)庫(kù),但其需要jTDS驅(qū)動(dòng),下面是jTDS的官方介紹和下載地址。 Overview jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7
        推薦度:
        • 熱門(mén)焦點(diǎn)

        最新推薦

        猜你喜歡

        熱門(mén)推薦

        專題
        Top
        主站蜘蛛池模板: 性色av极品无码专区亚洲| 久久久久久亚洲精品| 中文字幕亚洲精品无码| 精品国产sm捆绑最大网免费站| 日本亚洲成高清一区二区三区| 国产精品小视频免费无限app| 免费一看一级毛片| 亚洲AV成人精品日韩一区| 永久久久免费浮力影院 | 久久综合九九亚洲一区| 国产无限免费观看黄网站| 亚洲精品中文字幕无码蜜桃| a视频在线观看免费| 亚洲精品综合一二三区在线 | 亚洲一本到无码av中文字幕| 日韩午夜免费视频| 疯狂做受xxxx高潮视频免费| 亚洲日本va午夜中文字幕久久| 国产精品黄页免费高清在线观看| 亚洲精品中文字幕无码蜜桃| 999久久久免费精品播放| 亚洲国产成人精品青青草原| 少妇高潮太爽了在线观看免费| jizzjizz亚洲日本少妇| 亚洲精品无码久久久| 亚洲国产精品免费视频| 亚洲午夜一区二区电影院| 在线观看免费国产视频| 国产精品一区二区三区免费| 亚洲国产香蕉碰碰人人| 操美女视频免费网站| igao激情在线视频免费| 亚洲精品视频观看| 国产免费黄色大片| 日本免费在线观看| 亚洲色成人网站WWW永久四虎| 精品国产亚洲男女在线线电影| 久久青青草原国产精品免费| 亚洲欧美日韩综合久久久| 中文字幕亚洲综合久久菠萝蜜| 久久午夜羞羞影院免费观看|