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.

How to update SQL database?

Featured Replies

  • Newbies

Please excuse English errors I make.

I hope there is solution to this.

I have Filemaker Pro 8.5 database. I want button that will push certain fields from Filemaker database to external MySQL database.

I have ODBC set fine; because I know I test with "Execute SQL":

insert into REGUSERS (Name) values ("This is test")

and it works fine and updates MySQL database.

But I need it to update external database with value from current record, not string literal.

The field name in Filemaker database is "UserName" is what I want to push to MySQL database.

I have tried thises:

insert into REGUSERS (Name) values (UserName)

insert into REGUSERS (Name) values (& UserName &)

insert into REGUSERS (Name) values (&UserName&)

insert into REGUSERS (Name) values ("& UserName &")

insert into REGUSERS (Name) values ('& UserName &')

insert into REGUSERS (Name) values ("UserName")

insert into REGUSERS (Name) values ('UserName')

None of thises work. I get error or the variable name into SQL database, not value of variable.

I do not what to do. Please, please help!

If this can not be done in Filemaker, please tell me.

  • Author
  • Newbies

Never mind. I finally figured it out. No replies to my question? This forum is worth what I paid for it (absolutely nothing).

That was uncalled for. :

lol Welcome to the Forums :( . How about posting the solution or giving a hand to this person asking basically the same thing you just solved. :

http://www.fmforums.com/forum/showtopic.php?tid/189529

Michael

Never mind. I finally figured it out. No replies to my question? This forum is worth what I paid for it (absolutely nothing).

First of all, these forums are free but people donate to it because they LIKE it.

Second, these forums have helped many many users out there so I am sure that a lot of people would disagree with you.

Third, this is not tech support. Do not DEMAND that your question be answered. We all have jobs to do as well as work. We volunteer our time to help others and if we get busy we sometimes can not help as much as we want to. There is nothing that says that we HAVE to answer your questions... You could have just as easily called FMI's tech support and paid $45 for the call & $3 a minute. http://www.filemaker.com/support/priority.html

Fourth, if you did figure it out and you are not sharing the answer to spite the forums, then you are not a part of the solution. These forums exist so that people can help EACH OTHER.

Now, I do not know your exact situation, but my guess would be because you would have to have the SQL code be something like:

"insert into REGUSERS (Name) values (" & UserName & ")"

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.