Not sure if this will help as it is cf-based, but here goes.... The GUI simply calls the routines in /farcry_core/packages/farcry/Authenication.cfc. There is an addUser() method there that you can simply wrap. I am doing this for some webservice calls I make, and it works w/o a problem. Theoretically, you should not have a problem instantiating the component, and then calling the method, <cfloop>ing on a db query.
If you do not want to write a CF script, you will at least be able to see what SQL is being spit out and use it for your script. Duncan wrote: > I have been trrying to put a SQL script together in order to add users > to the database rather than having to add them all via the GUI > everytime. Has anybody got a script to do this? > > Thanks, > Duncan > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
