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.

16 lines
510 B

Imports System.Data.OleDb
Imports System
Imports System.Text
public class vb_database
Inherits System.Web.UI.Page
protected Show1 as OboutInc.Show.Show
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
dim oleDBConnetion as OleDbConnection = new OleDbConnection()
oleDBConnetion.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + Server.MapPath("../App_Data/Products.mdb") + "; User Id=; Password="
' gets the datasource for the emails list