File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Imports System.Threading
1010Imports System.Threading.Thread
1111Imports System.Linq
1212
13+ ''' <summary>
14+ ''' Written By Brian Coverstone - July 2008<br />
15+ ''' <br />
16+ ''' ADODB Connections/Recordsets/Commands with both client and server side cursors.
17+ ''' </summary>
1318Public Module ADODB
1419 'replacement for built in UBound guaranteed to never throw an error
1520 Private Function UBound( ByVal obj As System.Array, Optional Rank As Integer = 1 ) As Integer
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
1212< Assembly : AssemblyDescription( "" )>
1313< Assembly : AssemblyCompany( "" )>
1414< Assembly : AssemblyProduct( "ADODB.NET" )>
15- < Assembly : AssemblyCopyright( "Copyright © 2020 " )>
15+ < Assembly : AssemblyCopyright( "Written By Brian Coverstone - Copyright © 2008 " )>
1616< Assembly : AssemblyTrademark( "" )>
1717
1818< Assembly : ComVisible( False )>
You can’t perform that action at this time.
0 commit comments