CGI connect to MS Access DB on mapped drive

2008-07-23 Thread pfb
Hello, I am facing the same issue described by this post: http://groups.google.com/group/perl.dbi.users/msg/7509158a78fe28dc Is there a workaround? This is in IIS6.0. Can I make my CGI script impersonate the user who mapped the drive where the Access db resides? To complicate matters, my user

Re: DBD::Oracle eats all my memory when using bind_param_inout_array()

2008-07-23 Thread John Scoles
Ok I found it. Seems I was allocating a little (year right) too much memory to the array. I set it up to do a max of 4k. Tested this for 1,000,000 plus inserts and the memory did grow but you would expect that as you are generating a new array from the returned values This is checked into tru

Re: DBD::Oracle eats all my memory when using bind_param_inout_array()

2008-07-23 Thread John Scoles
Very odd indeed I will have a look at that. Ricky Egeland wrote: Hi, Today I installed DBD::Oracle 1.21 and DBI 1.605 to run with oracle instant client 10.2.0.3 on 32-bit linux. (Scientific Linux 4 - basically RHEL4). I wanted to try out bind_param_inout_array() in order to optimize writing.