Lasso and FileMaker have had a long history or working together to bring more data to your users world wide. This page gives you a quick list of the files, tips and tricks and general starting pointers for newcomers to connecting Lasso to your FileMaker database.
Please note that all comments, guides and documentation referencing FileMaker 11 apply to FileMaker 12 and FileMaker 13 as well as the connector did not change.
Previously my code required a username and password in the inline...
Inline(
-add,
-Database='test',
-Table='camp',
-username='username',
-password='password'
'sessionID'=$Event,
'chapterID'=$chapterID,
'address'=$address,
'city'=$city,
'state'=$state,
'zip'=$zip,
'fname'=$fname,
'lname'=$lname,
-'ponum'=$ponum
)
Since updating this is how it works - with the Lasso connector setup and FM handling the authentication
inline(
-add,
-Database='database',
-Table='table',
'sessionID'=$Event,
'chapterID'=$chapterID,
'address'=$address,
'city'=$city,
'state'=$state,
'zip'=$zip,
'fname'=$fname,
'lname'=$lname,
'ponum'=$ponum
)
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft