Forum OpenACS Development: Re: Out of memory in AOLServer

Collapse
Posted by Eduardo Santos on
Thank you all very much for the help. I was having a lot of trouble to do it, and your contributions helped a lot.

Tom, I was surprised about these AOLServer commands I didn't know about. Where did you find it? I've spent a lot of time in research about something like this, and I couldn't find anything. Not even google made me find it. We should do something about AOLServer docs; there's no easy information repository, and when we need to change it it's allways very difficult.

It seems like Brian contribution is going to save my life on this, using oacs_util::csv_foreach. I didn't use it before because I didn't know how to deal with this ns_getcsv command. I still have some trouble in the delimiters, beacuse the command uses , as delimiter and my file uses ;. I'll find some workaround about it.

About the db_load_sql_data procedure, it has the same charset problem, and I don't think it's gonna help. Anyways, I'll try to solve the delimiter problem and tell you how I did it.

Thank you very much for the help again.