Recently downloaded Trail version to begin looking at migrating from Filemaker to Servoy.
We’d like to use a MySQL database as we have existing solutions (web, etc.) and a good Linux Server with MySQL already in place.
Steps completed:
Installed latest Java (well, next to latest due to being on windows)
Installed Servoy
Create MySQL database via command line on localhost - same box as servoy is installed on.
Set-up MySQL database connection in Servoy - after copying MySQL drivers into Servoy driver folder
Create 3 tables and a few basic fields in db via Servoy - cust, event, event_items, each with a few basic text fields
Create 3 forms - one for each table.
Create relationships linking custid pk (servoy generated) to event_custid field, and event_items_eventid to eventid field.
Go to customer form, insert all fields.
View in Data View (Ready) Mode - cannot add new record, new record button is greyed out.
Cannot add new records on any table.
Added records in database directly, these records do not show in Servoy.
Importing a record via Servoy from tab file, these records show in Servoy, and can be edited yet no New Records can be created - greyed out button.
Servoy set up with user/password for MySQL that has full permissions.
There are no system (file, process, etc) permission issues that I’m aware of.
Anyone have any idea why I’m not able to create a new record via Servoy? Or see existing data in the MySQL database added externally to Servoy?
I’ve seen a few posts about caching issues - which might explain the last question, but not the first. Also, how to disable caching while developing?
I can add/delete/create tables and fields via Servoy with changes shown in the db. I can also import from files into the db from servoy, and then see that data.
Cannot create new records via Servoy - or see records created outside of Servoy that show in the db.
Thank you for any information or direction on where to look. So far, I love the Servoy software…but need to get a demo for management together and see if they want to pursue a migration.
Thank you,
Nolan M.
FSCIweb
Servoy Trial Version - 2.2 downloaded 6/28/2005
Java j2sdk-1_4_2_04-windows-i586-p.exe installed 6/28/2005
(two jar driver files, one designated g, another not, I placed the one w/o the appended g in the file name into the Servoy folder. What is the g designation for?)
MySQL 4.1.9-max installed on local machine
Windows XP SP2