Newbies blitskreg Posted March 24, 2006 Newbies Posted March 24, 2006 I'm trying to setup a FileMaker script to import records from a MSSQL database via a calculated SQL query in an Import Records script step. The problem is in the "Import Field Mapping" screen, it does not show field names or data from the ODBC source. If I run the scrip with the default map it imports the fields with no errors returned. The odd part is that I thought it was working properly just yesterday when I was doing some tests. Here is my calculated query: "SELECT RecordId, TimeIn, TimeOut FROM EmployeeHours WHERE UTCDateModified >= '" & Punches::LastImport & "'"
Recommended Posts
This topic is 6817 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now