Schema.ini and multiple users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that is split with a frontend and backend. One of the forms
provides a button that runs an export macro based on a specific fixed width
comma delimited file specification. I tested the form and it worked for me.
After updating my users, none of them are getting the the export based on the
noted specification. Does the schema.ini file (mine shows the specification
name and definition) need to be distributed to all of the users? If yes,
where does (path) it need to be?
 
If you're using an actual schema.ini file, it must be in the folder
where the text file will be created, and a section heading in schema.ini
must match the file name you are going to use.
 
Back
Top