Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mdb to accdb - tutorials?

Featured Replies

I have decided to convert my old online mdb website to accdb.

Hopefully this is just a meeter of changing the asp

Currently looks like this:

Quote

 

<%
  Dim adoCon2 
  Dim rsdbase
  Dim strSQL2
  Set adoCon2 = Server.CreateObject("ADODB.Connection")
  adoCon2.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("data/mydb.mdb")
  Set rsdbase = Server.CreateObject("ADODB.Recordset")
  strSQL2 = "SELECT institute.institute_title, institute.institute_id FROM institute ORDER BY institute.institute_title;"

  rsdbase.Open strSQL2, adoCon2
  Do While not rsdbase.EOF

 


Anybody got any ideas on where I can a tutorial to help write the new 'link' code?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.