Giter Site home page Giter Site logo

tibero_odbc_windows's Introduction

Tibero ODBC Driver and DSN Configuration for Windows Platform

  • Copy win64/lib/libtbcli.dll and win32/lib/libtbcli.dll from Tibero server $TB_HOME/client
    • 從 Tibero 安裝目錄中的 $TB_HOME/client 取得 win64/lib/libtbcli.dll 和 win32/lib/libtbcli.dll
cd Tibero_ODBC_Windows
scp tibero_server:/opt/tmaxsoft/tibero6/client/win64/lib/libtbcli.dll .\win64\lib\
scp tibero_server:/opt/tmaxsoft/tibero6/client/win32/lib/libtbcli.dll .\win32\lib\
  • Start PowerShell as Administrator and run
    • 用管理者權限啟動 PowerShell 並執行以下指令
.\install_tibero_driver.ps1 
    -server <tibero_server_hostname_or_ip> 
    -target <installation_target_directory> 
    [[-dsn] (default:tibero)] 
    [[-sid] (default:tibero)] 
    [[-port] (default:8629)] 
    [[-user] (default:tibero)] 
    [[-pass] (default:tmax)] 
    [[-bit] (default:64)]
  • For example:
    • 例如:
.\install_tibero_driver.ps1 -server tibero_server -dsn tibero -target c:\opt\tibero6\client 
.\install_tibero_driver.ps1 -server tibero_server -dsn tibero -target c:\opt\tibero6\client -bit 32

tibero_odbc_windows's People

Contributors

cpyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.