Hi;
I recently modified an Infomaker form (using 2019 r2) to connect to a SQL Server database rather than Oracle. The form is used so people can add new users to roles. I am assuming it was made in the one-to-many type because it is supposed to return a list of users in a specified role, and allow people to add a new username to that role in our database. All the SQL Server columns and tables are the same as the old version, and the update functionality is working as expected on the SQL Server table.
Basically, you can update that column just fine in my new SQL Server version of the form, but it's not displaying what's already there even though the column is on the screen. I tried deleting and adding back the column but no dice. Screenshot is attached.
When I go to Design>Master/Detail Relationship, Infomaker crashes, and also crashes if I try in IM2017. I figured I would just make an entirely new form, but Infomaker also crashes when trying to create a new form. It just says "loading tables" and freezes.
I think that just may be. I am using SNC SQL Native Client. This is the exported profile:
[DBMS_PROFILES]
Profiles=My_Profile_Name
[Profile My_Profile_Name]
DBMS=SNC SQL Native Client(OLE DB)
Database=
UserId=
DatabasePassword=whatever
LogId=our_master_user
LogPassword=whatever
ServerName=Our_Server_Name
DBParm=Provider='SQLNCLI11',Database='our_db_name',CommitOnDisconnect='No'
Lock=
Prompt=FALSE
AutoCommit=FALSE
NewLogic=EAS
Thanks!
These settings look standard except for the "NewLogic=EAS". I have no idea what that is.
BTW: What version of SS are you using and do you have the equivalent version of the SS DB Client installed?
FYI: I am not having any issues with IM2017 / 2019 with my SS2019 DBMS.
Regards ... Chris