odbc data source admin
Teroid DataSourceBrowser 2.0
Data Source Browser is a tree control for .NET containing the schema of any OLE DB data source more>>

ODBC database plugin 3.2.3.33
ODBC database plugin offers you a useful and advanced module for you to export data received over serial computer port to compatible ODBC data base. more>>
ODBC database plugin 3.2.3.33 offers you a useful and advanced module for you to export data received over serial computer port to compatible ODBC data base. ODBC interface lets work with different data bases under Windows control.
Major Features:
- Data export to more popular data bases MS SQL, Oracle, dBase I-IV, Paradox and also work with office application MS Excel and others over files CSV;
- Conversion of data types from string to date, numbers;
- Conversion of variant format time to format on the current computer.
Data Generator Source Adapter 1.1.0.23
Data Generator Source Adapter generates random integer (DT_I4) and string (DT_WSTR) data and places them in the pipeline more>>
This component is used by us to do testing of the pipeline and components downstream. Previously we would have used a script component (as a source) to generate the rows but found ourselves rewriting the code too often so created this component.
The component is provided as an MSI file, however to complete the installation, you will have to add the transformation to the Visual Studio toolbox manually. Right-click the toolbox, and select Choose Items.... Select the SSIS Data Flow Items tab, and then check the Data Generator Source from the list.
Teroid Data Graph 2.0
A .NET Windows Forms control drawing column, line or bar graphs from ADO .NET data more>>
Teroid Data Graph is a .NET Windows Forms control which draws a graph from any suitable ADO .NET data source. It can draw a column, line or bar graph, the data source can be a connection string, Connection object, a DataSet object, a DataTable object or a DataView object. The control can display data across any range of positive or negative numbers, and all aspects of the graphs appearance including colors, fonts and line thicknesses.
Requirements: .NET CLR
<<lessODBC Socket Server 0.91
ODBC Socket Server is an open source database access toolkit that exposes Windows ODBC data sources with an XML-based TCP/IP interface. Allows databases such as MS Access to be accessed across TCP/IP more>>
Teroid Data Print Control 3.2
Teroid Data Print Control is a .NET component providing a set of properties and methods for printing data more>>
The data source can be a connection string, a Connection object, a DataSet object or a DataTable object, and the control also includes page setup and print preview functionality.
Main features:
- Prints any ADO .NET data source in either a grid or individual pages
- Data source can be a DataTable object, a DataSet object or a DataSource object
- Page headers, footers and numbers can be included
- Fonts and colours can be customised
- Includes page setup and print preview as well as print functionality
System requirements:
- .NET CLR

Teroid Data Filter 3.0
Teroid Data Filter - .NET control allowing users to set filter criteria and sort order for ADO data more>>
After the DataView or BindingSource properties are set, a row is added to the control for each column in the underlying data source, each containing controls allowing the user to set the criteria condition (=, >, LIKE etc) and a criteria value.
These selections are then used to create a filter string for use as the DataViews RowFilter property or the BindingSources Filter property.
The control has methods to apply the filter to the data source or clear any user criteria, and can optionally show buttons to allow the user to utilize this functionality directly
Microsoft Data Access Components RTM 2.5
Microsoft Data Access Components are the key technologies that enable Universal Data Access. They include ActiveX Data Objects (ADO), Remote Data Service (RDS, formerly known as Advanced Data Connecto more>>
Dynamics CRM Data Migration Manager
You can convert and upload data from another customer relationship management (CRM) system to Microsoft Dynamics CRM more>> You can convert and upload data from another customer relationship management (CRM) system to Microsoft Dynamics CRM
Using the Microsoft Dynamics CRM 4.0 Data Migration Manager, you can convert and upload data from another customer relationship management (CRM) system to Microsoft Dynamics CRM 4.0.
The Data Migration Manager includes default data maps to convert source data from several common CRM systems to the data format expected by Microsoft Dynamics CRM 4.0. During the conversion and migration process, you can create any necessary custom entities or attributes to ensure that you do not lose legacy data during the migration process.
Important: Do not install if you are using Microsoft Dynamics CRM Online
System requirements:
- Microsoft Dynamics CRM 4.0

GURA OLEDB DataGate 2.0.9.1201
GURA OLEDB DataGate gives you a flexible tool with which you can get the common data access methods required for communicating with a data source more>>
GURA OLEDB DataGate 2.0.9.1201 gives you a flexible tool with which you can get the common data access methods required for communicating with a data source. The DataGate implements a standard interface that provides communication channels for an Object Director to perform data processes.
As well as this, it implements standard CRUD functionality available for any calling application to access the raw data source data.
Requirements:
- Windows 2000/XP
- Microsoft .NET Framework 3.5
ODBC Database and Serial Data Logger 3.2.4 Build 126
ODBC Database and Serial Data Logger gives you much convenience with a helpful module which is used for export of data received over serial computer port to compatible ODBC data base. more>>
ODBC Database and Serial Data Logger 3.2.4 Build 126 gives you much convenience with a helpful module which is used for export of data received over serial computer port to compatible ODBC data base. ODBC interface lets work with different data bases under Windows control.
- Data export to more popular data bases MS SQL, Oracle, dBase I-IV, Paradox and Also work with office application MS Excel and others over files CSV;
- Conversion of data types from string to date, numbers;
- Conversion of variant format time to format on the current computer.
Microsoft SQL Server 7.0 Remote Data Source Functi Q318268
One of the features of Structured Query Language (SQL) in SQL Server 7.0 and 2000 is the ability to connect to remote data sources more>> One of the features of Structured Query Language (SQL) in SQL Server 7.0 and 2000 is the ability to connect to remote data sources. One capability of this feature is the ability to use ?ad hoc? connections to connect to remote data sources without setting up a linked server for less-often used data-sources. This is made possible through the use of OLE DB providers, which are low-level data source providers. This capability is made possible by invoking the OLE DB provider directly by name in a query to connect to the remote data source.
An unchecked buffer exists in the handling of OLE DB provider names in ad hoc connections. A buffer overrun could occur as a result and could be used to either cause the SQL Server service to fail, or to cause code to run in the security context of the SQL Server. SQL Server can be configured to run in various security contexts, and by default runs as a domain user. The precise privileges the attacker could gain would depend on the specific security context that the service runs in.
An attacker could exploit this vulnerability in one of two ways. They could attempt to load and execute a database query that calls one of the affected functions. Conversely, if a web-site or other database front-end were configured to access and process arbitrary queries, it could be possible for an attacker to provide inputs that would cause the query to call one of the functions in question with the appropriate malformed parameters.
<<lessMicrosoft SQL Server 2000 Remote Data Source Funct Q316333
One of the features of Structured Query Language (SQL) in SQL Server 7.0 and 2000 is the ability to connect to remote data sources more>> One of the features of Structured Query Language (SQL) in SQL Server 7.0 and 2000 is the ability to connect to remote data sources. One capability of this feature is the ability to use ?ad hoc? connections to connect to remote data sources without setting up a linked server for less-often used data-sources. This is made possible through the use of OLE DB providers, which are low-level data source providers. This capability is made possible by invoking the OLE DB provider directly by name in a query to connect to the remote data source.
An unchecked buffer exists in the handling of OLE DB provider names in ad hoc connections. A buffer overrun could occur as a result and could be used to either cause the SQL Server service to fail, or to cause code to run in the security context of the SQL Server. SQL Server can be configured to run in various security contexts, and by default runs as a domain user. The precise privileges the attacker could gain would depend on the specific security context that the service runs in.
An attacker could exploit this vulnerability in one of two ways. They could attempt to load and execute a database query that calls one of the affected functions. Conversely, if a web-site or other database front-end were configured to access and process arbitrary queries, it could be possible for an attacker to provide inputs that would cause the query to call one of the functions in question with the appropriate malformed parameters.
<<lessBetaSys Data Extractor 0.1
BetaSys Data Extractor - Extract (parse) data (information) from a variety of sources more>>
The aim of this project is to create a utility for extracting data from a variety of sources.
Example scenarios could be extracting email addresses from the web or harddisk, parsing email which contain special data for automation purposes, etc.
Extract data from a variety of sources. Extract (parse) data (information) from a variety of sources. Example scenarios includeData Exchange Manager Free 1.6.16
Data Exchange Manager is an example of tomorrows technology today. With this tool database administration is a breeze. Transfer data from any data source to another more>> Data Exchange Manager is an example of tomorrows technology today. With this tool database administration is a breeze. Transfer data from any data source to another. Use our custom designed templates to increase speed for any Database platforms. The most innovative and valuable feature would be our scheduler, which allows users to schedule their data transfers for a time that is most convenient for them.<<less
