File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Imports System.Threading
10
10
Imports System.Threading.Thread
11
11
Imports System.Linq
12
12
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>
13
18
Public Module ADODB
14
19
'replacement for built in UBound guaranteed to never throw an error
15
20
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
12
12
< Assembly : AssemblyDescription( "" )>
13
13
< Assembly : AssemblyCompany( "" )>
14
14
< Assembly : AssemblyProduct( "ADODB.NET" )>
15
- < Assembly : AssemblyCopyright( "Copyright © 2020 " )>
15
+ < Assembly : AssemblyCopyright( "Written By Brian Coverstone - Copyright © 2008 " )>
16
16
< Assembly : AssemblyTrademark( "" )>
17
17
18
18
< Assembly : ComVisible( False )>
You can’t perform that action at this time.
0 commit comments