You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/EasyMenu/vb_database_horizontal.aspx.vb

16 lines
368 B

imports System.Data.OleDb
imports System.Data
imports System.Web.UI.WebControls
imports OboutInc.EasyMenu_Pro
public class vb_database_horizontal
inherits System.Web.UI.Page
protected placeHolder1 as PlaceHolder
private sub Page_Init(byval sender as object, byval e as System.EventArgs)
dim sConnectionString as string
dim oReader as OleDbDataReader