Re: database and MC

2002-04-19 Thread Kevin Miller

On 18/4/02 1:35 am, andu <[EMAIL PROTECTED]> wrote:

>> Revolution supports MySQL, ODBC, and Oracle cross platform for this..
> 
> Any chanse you can make those db externals available to metacard users
> too, BTW?

We don't have any plans to do this: supporting databases is something that
we plan to expand on even further, with closer integration with Revolution
and an expanded feature set: it is a core part of the Revolution product.

Kind regards,

Kevin

Kevin Miller <[EMAIL PROTECTED]> 
Runtime Revolution Limited - The Solution for Software Development
Tel: +44 (0) 870 747 1165.  Fax: +44 (0)1639 830 707.

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-18 Thread Leston Drake

At 04:55 PM 4/17/2002, you wrote:
>Leston Drake wrote:
>
> > At 01:11 PM 4/17/2002, you wrote:
> >> How many megabytes of data and how often will it be
> >> accessed?
> >
> > < 1 Mb of data
> > No control over how often it will be accessed, but based on the specialized
> > nature of the program, demand for it won't be high. So I would say
> > definitely on the "not very often" side of the scale.
>
>For a data set that small why not just use property arrays in a stackfile?

Multiple (simultaneous) users. Keeping the data set valid is the tricky 
part. That's what a DBMS does for you.


>--
>  Richard Gaskin
>  Fourth World Media Corporation
>  Custom Software and Web Development for All Major Platforms
>  Developer of WebMerge 1.9: Publish any Database on Any Site
>  ___
>  [EMAIL PROTECTED]   http://www.FourthWorld.com
>  Tel: 323-225-3717   AIM: FourthWorldInc
>
>___
>metacard mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/metacard

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-18 Thread Ruslan Zasukhin

on 4/18/02 3:24, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

>> As I understand, you need build APPLICATION with embedded db engine.
>> As mention not so far one developer, for MacOS is the only choice today
>> for standalone development.

> How does Valentina currently run over a network, and with multiple users?
> I know your working on this...but is there any way to do something like
> this now?

Right now Valentina developers do next:

1) use trick open/close. In this way Valentina is able keep 20-30 users.

2) write own server part and client part and handle networking.
I have hear that MetaCard can allow build server in 5 minutes. So this
should not be show stopper for MC developers.

We are going start direct Server development in May.
And get first draft beta in 2-3 months.

-- 
Best regards,
Ruslan Zasukhin

-
Paradigma.

e-mail: [EMAIL PROTECTED]
web   : http://www.paradigmasoft.com

To subscribe to the Valentina mail list
send a letter to [EMAIL PROTECTED]


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread andu

[EMAIL PROTECTED] wrote:
> 
> >As I understand, you need build APPLICATION with embedded db engine.
> >As mention not so far one developer, for MacOS is the only choice today
> for
> >standalone development.
> How does Valentina currently run over a network, and with multiple users?
> I know your working on this...but is there any way to do something like
> this now?
> 
> Revolution supports MySQL, ODBC, and Oracle cross platform for this..

Any chanse you can make those db externals available to metacard users
too, BTW?

>but
> you can't exactly distribute these database servers easily with your
> application!
> 
> Tuviah
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard

-- 

Regards, Andu Novac
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread diskot123

>As I understand, you need build APPLICATION with embedded db engine.
>As mention not so far one developer, for MacOS is the only choice today
for
>standalone development.
How does Valentina currently run over a network, and with multiple users?
I know your working on this...but is there any way to do something like
this now?

Revolution supports MySQL, ODBC, and Oracle cross platform for this..but
you can't exactly distribute these database servers easily with your
application!

Tuviah
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard




Re: database and MC

2002-04-17 Thread Richard Gaskin

Leston Drake wrote:

> At 01:11 PM 4/17/2002, you wrote:
>> How many megabytes of data and how often will it be
>> accessed?
> 
> < 1 Mb of data
> No control over how often it will be accessed, but based on the specialized
> nature of the program, demand for it won't be high. So I would say
> definitely on the "not very often" side of the scale.

For a data set that small why not just use property arrays in a stackfile?

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Custom Software and Web Development for All Major Platforms
 Developer of WebMerge 1.9: Publish any Database on Any Site
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
 Tel: 323-225-3717   AIM: FourthWorldInc

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread andu

Leston Drake wrote:
> 
> Hi all,
> 
> I'm working on a database application that requires
> (1) cross platform Win/Mac (that's why I'm using MC!)
> (2) runs over a network
> 
> Item 2 causes some issues for a database application.
> Specifically, the issues of posting changes to the data
> when multiple users are working with it (things that a
> typical DBMS handles).
> 
> Does anyone know a cross-platform, MC-friendly solution?
> I'm thinking there might be some 3rd party products that
> could be used. Valentina? (I vaguely recall some discussion
> about it on this list, not quite sure of its capabilities or MC
> friendliness)

Are you building the client, the server or both? If only the client and
the server hosting the database also has a web server, then the client
can work together with a cgi script as discussed the other day on the
list which does the database work and answers back the result to the
client.

> 
> Thanks a bunch.
> 
> --Leston
> 
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard

-- 

Regards, Andu Novac
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread andu

Leston Drake wrote:
> 
> I have been looking the paradigmasoft website for information about
> Valentina. It looks to me like it could do the job.
> Anyone on this list have any experience using their XCMD (on either/both
> Win and Mac) with MetaCard?

I used Valentina briefly (both mac and win) and was impressed with its
speed. Learning curve was kind of steep though.

> 
> --Leston
> 
> At 12:34 PM 4/17/2002, you wrote:
> >Hi all,
> >
> >I'm working on a database application that requires
> >(1) cross platform Win/Mac (that's why I'm using MC!)
> >(2) runs over a network
> >
> >Item 2 causes some issues for a database application.
> >Specifically, the issues of posting changes to the data
> >when multiple users are working with it (things that a
> >typical DBMS handles).
> >
> >Does anyone know a cross-platform, MC-friendly solution?
> >I'm thinking there might be some 3rd party products that
> >could be used. Valentina? (I vaguely recall some discussion
> >about it on this list, not quite sure of its capabilities or MC
> >friendliness)
> >
> >Thanks a bunch.
> >
> >--Leston
> >
> >___
> >metacard mailing list
> >[EMAIL PROTECTED]
> >http://lists.runrev.com/mailman/listinfo/metacard
> 
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard

-- 

Regards, Andu Novac
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread Ruslan Zasukhin

on 4/17/02 21:34, Leston Drake at [EMAIL PROTECTED] wrote:

> Hi all,
> 
> I'm working on a database application that requires
> (1) cross platform Win/Mac (that's why I'm using MC!)
> (2) runs over a network
> 
> Item 2 causes some issues for a database application.
> Specifically, the issues of posting changes to the data
> when multiple users are working with it (things that a
> typical DBMS handles).
> 
> Does anyone know a cross-platform, MC-friendly solution?
> I'm thinking there might be some 3rd party products that
> could be used. Valentina? (I vaguely recall some discussion
> about it on this list, not quite sure of its capabilities or MC
> friendliness)

Hi Leston,

Yes, Valentina is very MetaCard (and Revolution) friendly,

I should mention on Revolution site they have great examples of using
Valentina with Revolution.

As I understand, you need build APPLICATION with embedded db engine.
As mention not so far one developer, for MacOS is the only choice today for
standalone development.


-- 
Best regards,
Ruslan Zasukhin

-
Paradigma.

e-mail: [EMAIL PROTECTED]
web   : http://www.paradigmasoft.com

To subscribe to the Valentina mail list
send a letter to [EMAIL PROTECTED]


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread Leston Drake

I have been looking the paradigmasoft website for information about 
Valentina. It looks to me like it could do the job.
Anyone on this list have any experience using their XCMD (on either/both 
Win and Mac) with MetaCard?

--Leston


At 12:34 PM 4/17/2002, you wrote:
>Hi all,
>
>I'm working on a database application that requires
>(1) cross platform Win/Mac (that's why I'm using MC!)
>(2) runs over a network
>
>Item 2 causes some issues for a database application.
>Specifically, the issues of posting changes to the data
>when multiple users are working with it (things that a
>typical DBMS handles).
>
>Does anyone know a cross-platform, MC-friendly solution?
>I'm thinking there might be some 3rd party products that
>could be used. Valentina? (I vaguely recall some discussion
>about it on this list, not quite sure of its capabilities or MC
>friendliness)
>
>Thanks a bunch.
>
>--Leston
>
>___
>metacard mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/metacard

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread Leston Drake

At 01:11 PM 4/17/2002, you wrote:
>How many megabytes of data and how often will it be
>accessed?

< 1 Mb of data
No control over how often it will be accessed, but based on the specialized 
nature of the program, demand for it won't be high. So I would say 
definitely on the "not very often" side of the scale.


>--- Leston Drake <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I'm working on a database application that requires
> > (1) cross platform Win/Mac (that's why I'm using
> > MC!)
> > (2) runs over a network
> >
> > Item 2 causes some issues for a database
> > application.
> > Specifically, the issues of posting changes to the
> > data
> > when multiple users are working with it (things that
> > a
> > typical DBMS handles).
> >
> > Does anyone know a cross-platform, MC-friendly
> > solution?
> > I'm thinking there might be some 3rd party products
> > that
> > could be used. Valentina? (I vaguely recall some
> > discussion
> > about it on this list, not quite sure of its
> > capabilities or MC
> > friendliness)
> >
> > Thanks a bunch.
> >
> > --Leston
>
>__
>Do You Yahoo!?
>Yahoo! Tax Center - online filing with TurboTax
>http://taxes.yahoo.com/
>___
>metacard mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/metacard

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread Leston Drake


At 01:20 PM 4/17/2002, you wrote:
>Is the server going to be a Mac or PC?

Don't know. This program will be bundled with a textbook that is sold all 
over the country. So both.

>Do you plan to
>access the database through a web page or through a MC
>stack?

a MC stack


>--- Leston Drake <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I'm working on a database application that requires
> > (1) cross platform Win/Mac (that's why I'm using
> > MC!)
> > (2) runs over a network
> >
> > Item 2 causes some issues for a database
> > application.
> > Specifically, the issues of posting changes to the
> > data
> > when multiple users are working with it (things that
> > a
> > typical DBMS handles).
> >
> > Does anyone know a cross-platform, MC-friendly
> > solution?
> > I'm thinking there might be some 3rd party products
> > that
> > could be used. Valentina? (I vaguely recall some
> > discussion
> > about it on this list, not quite sure of its
> > capabilities or MC
> > friendliness)
> >
> > Thanks a bunch.
> >
> > --Leston
>
>__
>Do You Yahoo!?
>Yahoo! Tax Center - online filing with TurboTax
>http://taxes.yahoo.com/
>___
>metacard mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/metacard

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread Michael Kann

Is the server going to be a Mac or PC? Do you plan to
access the database through a web page or through a MC
stack?

--- Leston Drake <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm working on a database application that requires
> (1) cross platform Win/Mac (that's why I'm using
> MC!)
> (2) runs over a network
> 
> Item 2 causes some issues for a database
> application.
> Specifically, the issues of posting changes to the
> data
> when multiple users are working with it (things that
> a
> typical DBMS handles).
> 
> Does anyone know a cross-platform, MC-friendly
> solution?
> I'm thinking there might be some 3rd party products
> that
> could be used. Valentina? (I vaguely recall some
> discussion
> about it on this list, not quite sure of its
> capabilities or MC
> friendliness)
> 
> Thanks a bunch.
> 
> --Leston

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: database and MC

2002-04-17 Thread Michael Kann

How many megabytes of data and how often will it be
accessed?

--- Leston Drake <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm working on a database application that requires
> (1) cross platform Win/Mac (that's why I'm using
> MC!)
> (2) runs over a network
> 
> Item 2 causes some issues for a database
> application.
> Specifically, the issues of posting changes to the
> data
> when multiple users are working with it (things that
> a
> typical DBMS handles).
> 
> Does anyone know a cross-platform, MC-friendly
> solution?
> I'm thinking there might be some 3rd party products
> that
> could be used. Valentina? (I vaguely recall some
> discussion
> about it on this list, not quite sure of its
> capabilities or MC
> friendliness)
> 
> Thanks a bunch.
> 
> --Leston

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



database and MC

2002-04-17 Thread Leston Drake

Hi all,

I'm working on a database application that requires
(1) cross platform Win/Mac (that's why I'm using MC!)
(2) runs over a network

Item 2 causes some issues for a database application.
Specifically, the issues of posting changes to the data
when multiple users are working with it (things that a
typical DBMS handles).

Does anyone know a cross-platform, MC-friendly solution?
I'm thinking there might be some 3rd party products that
could be used. Valentina? (I vaguely recall some discussion
about it on this list, not quite sure of its capabilities or MC
friendliness)

Thanks a bunch.

--Leston

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard