RE: DataSource Issue (New E-mail Address)

2002-03-11 Thread Ganasen Gounden

Please be informed that I no long reside in South Africa, but in Canada.
Please forwad all future e-mail to me at
[EMAIL PROTECTED]

Sorry for the inconvenience.

Have a Great Day




RE: DataSource Issue

2002-03-11 Thread Ray Harrison

Hi Clay -
When I have used MySQL in the past, I have just used the schema that ships with Orion 
in the
config/database-shemas directory. 

Cheers
Ray

--- Clay Mitchell <[EMAIL PROTECTED]> wrote:
> Does this mean you have MySQL working? If so, could you share your
> schema with the rest of the group? :)
> 
> Thanks
> -Clay
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Ray Harrison
> Sent: Sunday, March 10, 2002 11:26 AM
> To: Orion-Interest
> Subject: Re: DataSource Issue
> 
> 
> Mike -
> On my laptop I have Sap DB (www.sapdb.org). It has a small enough
> footprint that it works on a laptop just fine, but has the functionality
> to make it useful. MySQL works just fine as well. Wouldn't bother with
> Access myself. 
> 
> Cheers
> Ray
> --- Michael Shoemaker <[EMAIL PROTECTED]> wrote:
> > Hello Gang
> > 
> > I have a datasource question that Id like to get some feedback on. 
> > Typically my development happens where I have a datasource available, 
> > but sometimes I have my laptop offline without any access to my 
> > database.  What do you mobile users do in this case?  Set up a local 
> > datasource using what?  Access? MySQL? Please advise.
> > 
> > Thanks
> > 
> > Mike
> > 
> > 
> > 
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> > 
> > 
> 
> 
> __
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
> 
> 
> 


__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/




RE: DataSource Issue (New E-mail Address)

2002-03-11 Thread Ganasen Gounden

Please be informed that I no long reside in South Africa, but in Canada.
Please forwad all future e-mail to me at
[EMAIL PROTECTED]

Sorry for the inconvenience.

Have a Great Day




RE: DataSource Issue

2002-03-10 Thread Clay Mitchell

Does this mean you have MySQL working? If so, could you share your
schema with the rest of the group? :)

Thanks
-Clay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Ray Harrison
Sent: Sunday, March 10, 2002 11:26 AM
To: Orion-Interest
Subject: Re: DataSource Issue


Mike -
On my laptop I have Sap DB (www.sapdb.org). It has a small enough
footprint that it works on a laptop just fine, but has the functionality
to make it useful. MySQL works just fine as well. Wouldn't bother with
Access myself. 

Cheers
Ray
--- Michael Shoemaker <[EMAIL PROTECTED]> wrote:
> Hello Gang
> 
> I have a datasource question that Id like to get some feedback on. 
> Typically my development happens where I have a datasource available, 
> but sometimes I have my laptop offline without any access to my 
> database.  What do you mobile users do in this case?  Set up a local 
> datasource using what?  Access? MySQL? Please advise.
> 
> Thanks
> 
> Mike
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 


__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/






Re: DataSource Issue

2002-03-10 Thread Mike Cannon-Brookes

FYI I use Postgres on my laptop when working - it's small enough to run
locally and supports all the true RDBMS functions. The great thing is that
it can then be deployed in production so you're actually using the same DB
to develop on. 

Not sure how it runs on Windows though - never tried it - my laptop runs
OSX.

Cheers,
Mike

Mike Cannon-Brookes
[EMAIL PROTECTED]

ATLASSIAN - Your J2EE Expert Partner

> Brilliant Software - http://www.atlassian.com/software
> Legendary Services - http://www.atlassian.com/support

On 11/3/02 3:03 AM, "Jason Coward" ([EMAIL PROTECTED]) penned
the words:

> Michael:
> 
> Orion includes an old version of HypersonicSQL, which is a great,
> open-source, lightweight, 100% java database server that even supports
> transactions (and thus EJB CMP).  I recommend getting the latest, now called
> HSQLDB, from...
> 
> http://hsqldb.sourceforge.net/
> 
> I use the last version of HypersonicSQL before the old project died, 1.43.
> The one that comes with Orion does not have a database manager GUI to
> interact with, but 1.43 does, as do all the latest versions of the new
> hsqldb project, though I have not tried hsqldb personally.
> 
> Cheers,
> 
> Jason
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> Shoemaker
> Sent: Sunday, March 10, 2002 8:38 AM
> To: Orion-Interest
> Subject: DataSource Issue
> 
> 
> Hello Gang
> 
> I have a datasource question that Id like to get some feedback on.
> Typically my development happens where I have a datasource available,
> but sometimes I have my laptop offline without any access to my
> database.  What do you mobile users do in this case?  Set up a local
> datasource using what?  Access? MySQL? Please advise.
> 
> Thanks
> 
> Mike
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 





Re: DataSource Issue

2002-03-10 Thread Ray Harrison

Mike -
On my laptop I have Sap DB (www.sapdb.org). It has a small enough footprint that it 
works on a
laptop just fine, but has the functionality to make it useful. MySQL works just fine 
as well.
Wouldn't bother with Access myself. 

Cheers
Ray
--- Michael Shoemaker <[EMAIL PROTECTED]> wrote:
> Hello Gang
> 
> I have a datasource question that Id like to get some feedback on.
> Typically my development happens where I have a datasource available,
> but sometimes I have my laptop offline without any access to my
> database.  What do you mobile users do in this case?  Set up a local
> datasource using what?  Access? MySQL? Please advise.  
> 
> Thanks
> 
> Mike
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 


__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/




RE: DataSource Issue

2002-03-10 Thread Jason Coward

Michael:

Orion includes an old version of HypersonicSQL, which is a great,
open-source, lightweight, 100% java database server that even supports
transactions (and thus EJB CMP).  I recommend getting the latest, now called
HSQLDB, from...

  http://hsqldb.sourceforge.net/

I use the last version of HypersonicSQL before the old project died, 1.43.
The one that comes with Orion does not have a database manager GUI to
interact with, but 1.43 does, as do all the latest versions of the new
hsqldb project, though I have not tried hsqldb personally.

Cheers,

Jason


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Michael
Shoemaker
Sent: Sunday, March 10, 2002 8:38 AM
To: Orion-Interest
Subject: DataSource Issue


Hello Gang

I have a datasource question that Id like to get some feedback on.
Typically my development happens where I have a datasource available,
but sometimes I have my laptop offline without any access to my
database.  What do you mobile users do in this case?  Set up a local
datasource using what?  Access? MySQL? Please advise.

Thanks

Mike



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com






DataSource Issue

2002-03-10 Thread Michael Shoemaker

Hello Gang

I have a datasource question that Id like to get some feedback on.
Typically my development happens where I have a datasource available,
but sometimes I have my laptop offline without any access to my
database.  What do you mobile users do in this case?  Set up a local
datasource using what?  Access? MySQL? Please advise.  

Thanks

Mike



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com