Friday, July 30, 2004
Thursday, July 29, 2004
Wednesday, July 28, 2004
Tuesday, July 27, 2004
Monday, July 26, 2004
Friday, July 23, 2004
Oracle Technology Network - ArrayBindCount sending arrays of arrays
Oracle Technology Network: "ArrayBindCount sending arrays of arrays "
Thursday, July 22, 2004
.net101: ASP.NET File Upload Example
.net101: Title of the article here: "ASP.NET File Upload Example"
Wednesday, July 21, 2004
Tuesday, July 20, 2004
Monday, July 19, 2004
Friday, July 16, 2004
ORACLE - DBA Tips Corner - Installing the Oracle Internet Directory PL/SQL API
ORACLE - DBA Tips Corner: "Installing the Oracle Internet Directory PL/SQL API "
ORACLE - Configuring Oracle Net8 with LDAP
ORACLE - DBA Tips Corner: "Configuring Oracle Net8 with LDAP "
Consortiuminfo.org Sponsored by Gesmer Updegrove LLP
Consortiuminfo.org Sponsored by Gesmer Updegrove LLP: "have value, they must have credibility. Consortia use a variety of techniques to allow vendors "
Thursday, July 15, 2004
Wednesday, July 14, 2004
Tuesday, July 13, 2004
.NET Data Provider Connection Strings
.NET Data Provider Connection Strings: "ASE .NET Data Provider
MySQLDirect .NET Data Provider
ODBC .NET Data Provider
OLE DB .NET Data Provider
Oracle .NET Data Provider - From Microsoft
Oracle .NET Data Provider - From Oracle
OraDirect .NET Data Provider
PostgreSQLDirect .NET Data Provider
SQL Server .NET Data Provider
Adaptive Server Enterprise (ASE)
.NET Data Provider
Sybase.Data.AseClient
The ASE .NET Data Provider is an add-on component to the .NET 1.1 Framework that allows you to access a Sybase Adaptive Server Enterprise (ASE) database.
Using C#
using Sybase.Data.AseClient;
...
AseConnection oAseConn = new AseConnection();
oAseConn.ConnectionString = 'Data Source=(local);' +
'Initial Catalog=myDatabaseName;' +
'User ID=myUsername;' +
'Password=myPassword'
oAseConn.Open();
Using VB.NET
Imports System.Data.AseClient
...
Dim oAseConn As AseConnection = New AseConnection()
oAseConn.ConnectionString = 'Data Source=(local);' & _
'Initial Catalog=myDatabaseName;' & _
'User ID=myUsername;' & _
'Password=myPassword'
oAseConn.Open()
For more information, see: ASE User's Guide
MySQLDirect .NET Data Provider
CoreLab.MySql
The MySQLDirect .NET Data Provider is an add-on component to the
.NET Framework that allows you to access the MySQL database using
native MySQL network protocol or MySQL client, without going through
OLE DB or ODB"
MySQLDirect .NET Data Provider
ODBC .NET Data Provider
OLE DB .NET Data Provider
Oracle .NET Data Provider - From Microsoft
Oracle .NET Data Provider - From Oracle
OraDirect .NET Data Provider
PostgreSQLDirect .NET Data Provider
SQL Server .NET Data Provider
Adaptive Server Enterprise (ASE)
.NET Data Provider
Sybase.Data.AseClient
The ASE .NET Data Provider is an add-on component to the .NET 1.1 Framework that allows you to access a Sybase Adaptive Server Enterprise (ASE) database.
Using C#
using Sybase.Data.AseClient;
...
AseConnection oAseConn = new AseConnection();
oAseConn.ConnectionString = 'Data Source=(local);' +
'Initial Catalog=myDatabaseName;' +
'User ID=myUsername;' +
'Password=myPassword'
oAseConn.Open();
Using VB.NET
Imports System.Data.AseClient
...
Dim oAseConn As AseConnection = New AseConnection()
oAseConn.ConnectionString = 'Data Source=(local);' & _
'Initial Catalog=myDatabaseName;' & _
'User ID=myUsername;' & _
'Password=myPassword'
oAseConn.Open()
For more information, see: ASE User's Guide
MySQLDirect .NET Data Provider
CoreLab.MySql
The MySQLDirect .NET Data Provider is an add-on component to the
.NET Framework that allows you to access the MySQL database using
native MySQL network protocol or MySQL client, without going through
OLE DB or ODB"
Monday, July 12, 2004
Sarovar.org: India's first portal to host projects under Free/Open source licenses
Sarovar.org: Welcome: "India's first portal to host projects under Free/Open source licenses"
Friday, July 09, 2004
Subscribe to:
Posts (Atom)