[19 Mar 2010] IMPORTANT:PLEASE

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

[19 Mar 2010] IMPORTANT:PLEASE

Post by ArtBlink »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 19 Mar 2010 16:47:49 -0000

Hello all

With what database (like sql/access/muibase...) hollywood can work?

It is very very important. And with Hollywood designer, can i make userform like VBA (MS OFFICE) and link in database.

I must create tools with database and i WANT use hollywood for that...

Thanks

Respect
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

[20 Mar 2010] Re: IMPORTANT:PLEASE

Post by p-OS »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 20 Mar 2010 16:58:44 +0200

Hollywood hasn't builtin database functionality.

So currently it is really no good idea to use Hollywood for your task.

Nonetheless I see some possibilities:

Code: Select all

1. sqlite3.library (from Scalos package)
  + rxgen.library
  + Holllywood's possibility to send Rexx commands

2. mSQL (don't mix that up with MySQL) server
  + msql.library
  + rxgen.library
  + Holllywood's possibility to send Rexx commands

3. MUIBase
   + Holllywood's possibility to send Rexx commands
userforms that automatically link to database items is definitely NOT supported.

Yes, a SQL based database backend is somezhing I also miss in Hollywood (SQLite3 would probably the best choice imho).

Maybe you could tell us, why you insist on using Hollywood for your project ?
Locked