Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

Featured Replies

I have a FMP db on a mac volume on an NT 4.0 server. Am trying to connect to it from VB 5.0. (yeah, I know 6.0 is better, tell my boss). This is the code I'm using

ConnectMast= "ODBC;DSN=SemDB;database=S:MacSpaceSem Central DBStudent_Info"

Set MyWs1 = Workspaces(0)

Set StdntDB = MyWs1.OpenDatabase("", dbDriverNoPrompt, False, ConnectMast)

selstmt = "select * from Student_Info"

Set StdntRS = StdntDB.OpenRecordset(selstmt)

StdntRS.MoveLast

StdntRS.MoveFirst

The errors come on the 'Set StdntRS=...' line.

I get three errors. a -151 'connect failed' then a 0 'error has occurred while trying to gather a list of available tables' and finally the basic 3146 'odbc failed' error.

I haven't done much odbc (obviously). would appreciate any help I can get.

Dave

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.