Re: JDBC Frameworks?

2008-07-11 Thread Brett Powley
On 11/07/2008, at 3:10 PM, Tom Jones wrote: Thanks, for the extra info. I'm looking to create a multi-user inventory type application for a customer. They want it custom and to run on Mac OS X. I guess what I'm really going to do is develop the front end in Cocoa and use SOAP for all of

Re: JDBC Frameworks?

2008-07-11 Thread Nick Zitzmann
On Jul 10, 2008, at 9:21 PM, Tom Jones wrote: Hmm, this is really a shame. I guess I was just looking for a good framework to use to connect to a database. I think this is a big hole that Apple should really fill. It would be really cool if we could connect to other databases rather than

Re: JDBC Frameworks?

2008-07-11 Thread Jonathan Monroe
On Jul 11, 2008, at 9:39 AM, Nick Zitzmann wrote: Hmm, this is really a shame. I guess I was just looking for a good framework to use to connect to a database. I think this is a big hole that Apple should really fill. It would be really cool if we could connect to other databases rather than

JDBC Frameworks?

2008-07-10 Thread Tom Jones
Hello, I would like to write a app to be able to talk to a couple of different types of databases (MySQL, Oracle). I'm thinking that JDBC is the way to go. Does anyone know of any JDBC frameworks and examples that you can point me towards, I cant seem to really find much. Thanks, tom

JDBC Frameworks?

2008-07-10 Thread Tom Jones
Hello, I would like to write a app to be able to talk to a couple of different types of databases (MySQL, Oracle). I'm thinking that JDBC is the way to go. Does anyone know of any JDBC frameworks and examples that you can point me towards, I cant seem to really find much. Thanks, tom

Re: JDBC Frameworks?

2008-07-10 Thread Marcelo Alves
that JDBC is the way to go. Does anyone know of any JDBC frameworks and examples that you can point me towards, I cant seem to really find much. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: JDBC Frameworks?

2008-07-10 Thread Nick Zitzmann
On Jul 10, 2008, at 7:42 PM, Tom Jones wrote: I would like to write a app to be able to talk to a couple of different types of databases (MySQL, Oracle). I'm thinking that JDBC is the way to go. Does anyone know of any JDBC frameworks and examples that you can point me towards, I cant

Re: JDBC Frameworks?

2008-07-10 Thread Tom Jones
, at 7:35 PM, Nick Zitzmann wrote: On Jul 10, 2008, at 7:42 PM, Tom Jones wrote: I would like to write a app to be able to talk to a couple of different types of databases (MySQL, Oracle). I'm thinking that JDBC is the way to go. Does anyone know of any JDBC frameworks and examples that you

Re: JDBC Frameworks?

2008-07-10 Thread Phillip Jacobs
to a couple of different types of databases (MySQL, Oracle). I'm thinking that JDBC is the way to go. Does anyone know of any JDBC frameworks and examples that you can point me towards, I cant seem to really find much. JDBC is a Java thing. What you want to do is use ODBC instead. ODBC

Re: JDBC Frameworks?

2008-07-10 Thread Tom Jones
Thanks, for the extra info. I'm looking to create a multi-user inventory type application for a customer. They want it custom and to run on Mac OS X. I guess what I'm really going to do is develop the front end in Cocoa and use SOAP for all of the database communications. thanks again,