• ODBC(也称为开放式数据库连接)可以帮助你入数据库管理系统(DBMS)。

    ODBC Driver作为一个翻译层之间平台,使用了开发的应用程序和DBMS。 例如,当你用Visual Studio你要连接到PostgreSQL SQL服务器或MySQL数据库,需要编写代码,允许之间的连接这些应用程序。 然而,即使这些脚本可能是正确的,他们不会的工作,除非ODBC driver计算机上安装和配置是否正确。

    安装后ODBC Driver,你需要创建一个新的数据来源。 这种行动可通过进行访问的控制面板窗口和导航的管理工具的部分。 新的数据来源是建立在ODBC数据来源的控制面板。

    该系统DNS'tab显示所有可用的数据来源和使你能够加入你的拥有作为。 在选择驱动程序要设立一个数据来源(例如Microsoft Excel、Microsoft ODBC Oracle或SQL服务器)可以很容易地创建一个新的数据来源。

    只需指定名称的数据来源你们想要参考,然后选择服务器或所需的数据库连接。

    但是,如果你有64位版本的Windows,你会需要运行的32位ODBC数据源管理小组。 例如,Visual Studio需要你输入一个32位ODBC driver,虽然你有64操作系统。

    考虑到所有上述情况,ODBC Driver是一个稳定的解决方案专门用于开发人员和程序员,他们需要连接它们的应用程序或数据库服务器,可执行查询,并从中提取数据表。

  • ODBC (रूप में भी जाना जाता ओपन डेटाबेस कनेक्टिविटी) में मदद करता है आप का उपयोग करने के लिए डेटाबेस प्रबंधन प्रणाली (DBMS) के साथ आराम से.

    ODBC ड्राइवर के रूप में काम करता है की एक अनुवाद परत के बीच मंच है कि आप क्रम में उपयोग करने के लिए अनुप्रयोगों के विकास और DBMS. उदाहरण के लिए, जब आप Visual Studio का उपयोग करने और आप चाहते हैं करने के लिए कनेक्ट करने के लिए पोस्टग्रे-एसक्यूएल, SQL सर्वर या MySQL डेटाबेस, आप की जरूरत है, कोड लिखने के लिए अनुमति देता है कि कनेक्शन के बीच इन क्षुधा. अभी भी, यहां तक कि अगर स्क्रिप्ट सही हो सकता है, वे नहीं होगा काम जब तक एक ODBC ड्राइवर आपके कंप्यूटर पर स्थापित है और कॉन्फ़िगर किया गया है ठीक से.

    स्थापित करने के बाद ODBC ड्राइवर, आप कर रहे हैं बनाने के लिए आवश्यक एक नए डेटा स्रोत है । इस कार्रवाई प्रदर्शन किया जा सकता तक पहुँचने के द्वारा नियंत्रण कक्ष की खिड़की और नेविगेट करने के लिए व्यवस्थापकीय उपकरण खंड. नए डेटा स्रोतों कर रहे हैं में बनाया ODBC डेटा स्रोतों के नियंत्रण कक्ष.

    'प्रणाली DNS' टैब प्रदर्शित करता है सभी उपलब्ध डेटा स्रोतों और जोड़ने के लिए सक्षम बनाता है अपने मालिक के रूप में अच्छी तरह से. का चयन करने के बाद, एक ड्राइवर के लिए जो आप चाहते हैं स्थापित करने के लिए एक डेटा स्रोत (उदाहरण के लिए, Microsoft Excel, Microsoft ODBC Oracle के लिए या SQL सर्वर) आप कर सकते हैं आसानी से एक नया बनाने के लिए ODBC डेटा स्रोत है ।

    बस नाम निर्दिष्ट करें डेटा स्रोत का उल्लेख करना चाहते हैं, तो सर्वर का चयन करें या डेटाबेस आप चाहते हैं करने के लिए कनेक्ट करने के लिए है ।

    हालांकि, मामले में आप एक 64 बिट संस्करण Windows के लिए, आप की आवश्यकता होगी चलाने के लिए 32 बिट ODBC डेटा स्रोत व्यवस्थापक पैनल है । उदाहरण के लिए, दृश्य स्टूडियो की आवश्यकता है आप आयात करने के लिए एक 32 बिट ODBC ड्राइवर, हालांकि आप एक x64 ऑपरेटिंग सिस्टम है ।

    ऊपर के सभी देखते हुए, ODBC ड्राइवर है एक स्थिर समाधान विशेष रूप से डेवलपर्स के लिए करना है और प्रोग्रामर की जरूरत है, जो कनेक्ट करने के लिए अपने आवेदन के लिए एक डेटाबेस या सर्वर क्वेरी को निष्पादित और निकालने डेटा तालिकाओं से.

  • ODBC (also known as Open Database Connectivity) helps you to access database management systems (DBMS) with ease.

    ODBC Driver works as a translation layer between the platform that you use in order to develop applications and the DBMS. For instance, when you use Visual Studio and you want to connect to PostgreSQL, SQL Server or MySQL databases, you need to write the code that permits the connection between these apps. Still, even if the scripts might be correct, they won’t work unless an ODBC driver is installed on your computer and is configured properly.

    After installing ODBC Driver, you are required to create a new data source. This action can be performed by accessing the Control Panel window and navigating to the Administrative Tools section. New data sources are created in the ODBC Data Sources control panel.

    The ‘System DNS’ tab displays all the available data sources and enables you to add your owns as well. After selecting a driver for which you want to set up a data source (for example Microsoft Excel, Microsoft ODBC for Oracle or SQL Server) you can easily create a new ODBC data source.

    Simply specify the name of the data source you want to refer to, then select the server or the database you want to connect to.

    However, in case you have a 64bit version of Windows, you will need to run the 32bit ODBC Data Source Administrator panel. For example, Visual Studio requires you to import a 32bit ODBC driver, although you have a x64 operating system.

    Considering all of the above, ODBC Driver is a steady solution specially intended for developers and programmers who need to connect their applications to a database or server, execute queries and extract data from tables.