Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Remove some dependencies



Jody Garnett wrote:
And I'd be really happy to help and try this out. Only I can't get passed the first page on the wizard. But I know for sure udig finds the db and connects ok.

Any hint on this will be appreciated.

Woot :-) I am happy to have someone on this ... I am IRC if you want to hash through things.


Please see the other email. I haven't planned for a long friday (I'm off in a few minute's time!) and only have the oracle db at work. But most likely I'll need some help next week.

I am afraid it is time to put some break points in with the debugger; especially with watching it connect to the database and request a list of schemas and stuff. I spent some time on it for PostGIS; and then I think Emily powered through and got it going.

I think the problem is not the DB, or connecting to it, but some adapter class in between. (Please refer to my other email on the topic.)

I'll have a go at it next week.

Cheers,

Ugo


In particular we are using a "DataSource" now rather then a Connection; and thus we need to grab a connection; use it; and close it every time we issue an SQL statement.

Jody
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel





Back to the top