Got something to write about? Check out our Article Builder.

View \modMain.vb

ADO.NET - A BETTER EXAMPLE

Submitted By: bmasofz
Rating: starstarstarstarstar (Rate It)


Module modMain
   
        Public Const HIDEIT As Integer = 0
        Public Const SHOWIT As Integer = 1
        Public Const BOF_WIZARD_BOUND As Integer = 1
        Public Const BOF_DATAGRID As Integer = 2
        Public Const BOF_MANUAL As Integer = 3
       
    Public ds As DataSet
    Public g_lngCurrentRow As Long
    Public g_lngTotalRows As Long
    Public da As System.Data.OleDb.OleDbDataAdapter
    Public g_strAppPath As String
   
End Module

corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.