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.

Error code definition location?

Featured Replies

  • Newbies

I'm wondering if anyone has a good, helpful location to bookmark for reference when various errors are encountered with FM.

Currently I am attempting to add a record to an FM table and am getting the following:

[DataDirect][ODBC SequeLink driver][ODBC Socket][DataDirect][ODBC FileMaker driver][FileMaker]Parse Error in SQL

I am a very novice user of FM, so excuse me if this is an easy one for you gurus. The above record creation was in an attempt to insert values for only a portion of the columns, not all. My initial thought was that there was a "required" column that I was not including on the add. However this does not seem to be the case.

Here is my existing code:

...

'' Filemaker statement setup

Set cnnGetRowsFMPE = Server.CreateObject("ADODB.Connection")

cnnGetRowsFMPE.Open strConStrFMPE

Set objRSFMPE = server.createobject("ADODB.RecordSet")

objRSFMPE.Open "Pending_Escrow_Files", cnnGetRowsFMPE, adOpenKeyset, adLockPessimistic, adCmdTable

objRSFMPE.addnew

objRSFMPE("Property Name") = request("ProjectName")

objRSFMPE("Property Location") = request("ProjectAddress")

objRSFMPE("Lender Name") = request("Bank")

objRSFMPE.update -- THIS IS WHERE THE ERROR OCCURS --

theFMPEID = objRSFMPE("IDNum")

objRSFMPE.close

...

Thanks much,

-Jay

I have developed a code_error database file. It's attached.

code_error.zip

  • Author
  • Newbies

Thanks transpower, this will be great for future reference.

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.