Welcome to Old Bengal

Old Bengal is a family owned restaurant provides excellent authentic Bengali/Indian cuisine with personal friendly service.
Take a tour of our great Old Bengal Restaurant.
Old Bengal Events
There are a lot of fantastic events in the Old Bengal Restaurant.
<%
Dim objConn 'Connection var
Dim objRS 'Recordset var
Dim strSQL 'SQL Statement var
Dim i
i = 0
'Create a Connection Object
Set objConn = CreateObject("ADODB.Connection")
Set objRS = CreateObject("ADODB.Recordset")
strSQL = "SELECT * FROM events WHERE past=0 ORDER BY event_id DESC;"
objConn.ConnectionString = strconn
objConn.Open
set RS = objconn.execute(strSQL)
If RS.eof or RS.bof Then
response.write "No Event Found."
Else
response.write("
|
![]() |
![]() |
Past Events
<%
i = 0
strSQL = "SELECT * FROM events WHERE past=1 ORDER BY event_id DESC;"
set RS = objconn.execute(strSQL)
If RS.eof or RS.bof Then
response.write "No Event Found."
Else
response.write("
|
![]() |
![]() |





