dbTalk Databases Forums  

jBASE/Universe similarities differences

comp.databases.pick comp.databases.pick


Discuss jBASE/Universe similarities differences in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sal Tarantola
 
Posts: n/a

Default jBASE/Universe similarities differences - 02-25-2006 , 03:34 PM






Hopefully this is a silly question...

I have a web-based CGI application written to use the best of jBASE.
Worked great from the conception to the actual implementation(s). I
have a request now to port the application to a Universe Windows
server. Having never experienced Universe I was wondering if my jBASE
executables and dlls will run as they do now.

Basically I can run my jBASE program from a telnet session, from a
Windows command prompt or from a browser. All providing that my
environment is set up properly.

Do I have that same functionality in Universe?

Reply With Quote
  #2  
Old   
Simon Verona
 
Posts: n/a

Default Re: jBASE/Universe similarities differences - 02-26-2006 , 04:07 AM






Thats a difficult one..

If you were going the other way (Universe to jBASE) then I would say no
problem.

You should be able to port the application to Universe, though depending on
how much jBase specific stuff you've used you will probably need to alter
the code. I don't know how Universe specifically supports CGI - it's a
doddle with jBASe because the executable can be run straight from the
browser. I'm sure Universe supports some way of running CGI code, but
others will have to comment.

Regards
Simon
"Sal Tarantola" <starantola (AT) nyc (DOT) rr.com> wrote

Quote:
Hopefully this is a silly question...

I have a web-based CGI application written to use the best of jBASE.
Worked great from the conception to the actual implementation(s). I
have a request now to port the application to a Universe Windows
server. Having never experienced Universe I was wondering if my jBASE
executables and dlls will run as they do now.

Basically I can run my jBASE program from a telnet session, from a
Windows command prompt or from a browser. All providing that my
environment is set up properly.

Do I have that same functionality in Universe?



Reply With Quote
  #3  
Old   
Bruce A. Holt
 
Posts: n/a

Default Re: jBASE/Universe similarities differences - 02-27-2006 , 12:08 PM




"Sal Tarantola" <starantola (AT) nyc (DOT) rr.com> wrote

Quote:
Hopefully this is a silly question...

I have a web-based CGI application written to use the best of jBASE.
Worked great from the conception to the actual implementation(s). I
have a request now to port the application to a Universe Windows
server. Having never experienced Universe I was wondering if my jBASE
executables and dlls will run as they do now.

Basically I can run my jBASE program from a telnet session, from a
Windows command prompt or from a browser. All providing that my
environment is set up properly.

Do I have that same functionality in Universe?

Because BASIC programs and subroutines compile into executables and dll's in
jbase, all you would have to do is port your source over to UniVerse and
recompile. The only caveat would be if there are executables and dll's in
your app that are NOT compiled BASIC code.

-Bruce




Reply With Quote
  #4  
Old   
symeonb@gmail.com
 
Posts: n/a

Default Re: jBASE/Universe similarities differences - 02-28-2006 , 05:47 AM



BUT - Universe does not compile the basic down to an exe or a dll so
the method of using the resultant code as cgi will be different - i.e.
you can run a compiled and cataloged universe basic program from the OS
by doing uvpath/bin/UVSH.exe BasicProgName but it may not work as a cgi
as there may be other parts to the app as Bruce states.


rgds
Symeon
www.a2c-ltd.com


Reply With Quote
  #5  
Old   
Bruce A. Holt
 
Posts: n/a

Default Re: jBASE/Universe similarities differences - 02-28-2006 , 08:44 AM




<symeonb (AT) gmail (DOT) com> wrote

Quote:
BUT - Universe does not compile the basic down to an exe or a dll so
the method of using the resultant code as cgi will be different - i.e.
you can run a compiled and cataloged universe basic program from the OS
by doing uvpath/bin/UVSH.exe BasicProgName but it may not work as a cgi
as there may be other parts to the app as Bruce states.
Right. I guess I stated what jbase *does* and forgot to specifically state
that UniVerse doesn't compile to exe or dll. Thanks for the clarification,
Symeon!

-Bruce




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.