Talk About Network

Google





Software > Basic Dos > Re: Converting ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 36 Topic 609 of 700
Post > Topic >>

Re: Converting from an ancient BASIC to new database

by rowe_newsgroups <rowe_email@[EMAIL PROTECTED] > Jun 12, 2007 at 04:02 AM

On Jun 11, 8:16 pm, "Michael Cole" <n...@[EMAIL PROTECTED]
> wrote:
> Randy Reimers wrote:
> >  (Hope I'm posting this correctly, otherwise - sorry!, don't know
> > what else to do)
> > I wrote a set of programs "many" years ago, running in a type of
> > basic, called "Thoroughbred Basic", a type of business basic.  I need
to
> > re-write it, bring it kicking and screaming to run on Windows XP. 
This is
> > for
> > a video rental place, tracks movie and game rentals, customers,
employee
> > transactions, reservations, does re****ts,..... and on.
> >  I know some of Visual Basic - I now write VB scripts for work.  Can
> > anyone help with suggestions, as to converting this to a new
> > language?  What may be easiest for me?  And, what type of database
> > engine would be best?  SQL, Access, flat files, I don't know enough.
> >  This does NOT run under Windows, Linux, or any "new" OS - but I can
> > ex****t all the files, and programs to DOS.  They currently are
> > running on 20-30 286 or 386 computers - not a misprint - OLD!  Not
> > networked, not neccessary.
>
> For what its worth, my approach would be: -
>
> Database first - MS Access.  As they are stand alone, SQL Server or
others
> like that (Sybase, Oracle) are overkill.  The other options include
stuff
> like dBase, but Access is reasonably common and easy to use, which will
make
> it easier for administration - you should be able to get some people at
> remote sites who can use it if needed.
>
> Front end - VB6 with DAO access.  Again - for ease of use and upgrading
of
> existing code.  Note that this does not nessesarily mean that this is
the
> best option for all, but you have existing basic code and a lot should
> upgrade.  In terms of your
>
> > The data files it uses are called "Direct" and "Sort".  I have about
> > 90 programs, a few are overlays, most are stand-alone, 25-30 are just
> > for re****ting purposes.  It can stay character based - no need for
> > fancy screens or pix.
>
> If you use VB, then you should make it screen based rather that
character
> based, it is pretty easy and much better for maintenance purposes.
>
> --
> Regards,
>
> Michael Cole


> Database first - MS Access.  As they are stand alone, SQL Server or
others
> like that (Sybase, Oracle) are overkill.  The other options include
stuff
> like dBase, but Access is reasonably common and easy to use, which will
make
> it easier for administration - you should be able to get some people at
> remote sites who can use it if needed.

I might be tempted to use Sql Server 2005 Express if the user's don't
already have Access to save them on costs (20-30 computes times $300
for a license of Office - ouch!). I believe you could use the free
Express edition in that environment, but you should definitely check
it out first.

> Front end - VB6 with DAO access.  Again - for ease of use and upgrading
of
> existing code

Again I agree - VB6 would leverage your current skills much better
than VB.Net (no I'm not trying to start a cross-language fight here).
However if you go the Sql Server route you would need to use OLEDB or
OBDC for connecting to Sql Server. Though if you don't have VB6 you
could upgrade to .Net and take advantage of the one of the free ide's
(VB Express, SharpDevolope, etc) and save yourself some cash.

Thanks,

Seth Rowe
 




 36 Posts in Topic:
Converting from an ancient BASIC to new database
"Randy Reimers"  2007-06-07 16:28:24 
Re: Converting from an ancient BASIC to new database
ArarghMail706NOSPAM@[EMAI  2007-06-11 18:29:21 
Re: Converting from an ancient BASIC to new database
"Michael Cole"   2007-06-12 10:16:19 
Re: Converting from an ancient BASIC to new database
rowe_newsgroups <rowe_  2007-06-12 04:02:00 
Re: Converting from an ancient BASIC to new database
"Norman Yuan" &  2007-06-12 07:53:33 
Re: Converting from an ancient BASIC to new database
meisen@[EMAIL PROTECTED]   2007-06-12 11:06:21 
Re: Converting from an ancient BASIC to new database
James <JT@[EMAIL PROTE  2007-06-16 23:09:50 
Re: Converting from an ancient BASIC to new database
"Randy Reimers"  2007-06-20 17:26:21 
Re: Converting from an ancient BASIC to new database
James <JT@[EMAIL PROTE  2007-06-22 13:34:49 
Re: Converting from an ancient BASIC to new database
ArarghMail706NOSPAM@[EMAI  2007-06-22 16:41:59 
Re: Converting from an ancient BASIC to new database
James <JT@[EMAIL PROTE  2007-06-23 23:28:06 
Re: Converting from an ancient BASIC to new database
ArarghMail706NOSPAM@[EMAI  2007-06-24 01:51:28 
Re: Converting from an ancient BASIC to new database
bok118@[EMAIL PROTECTED]   2007-06-21 12:32:07 
Re: Converting from an ancient BASIC to new database
"Randy Reimers"  2007-07-09 16:56:24 
Re: Converting from an ancient BASIC to new database
DAVID <david@[EMAIL PR  2007-07-24 11:57:17 
Re: Converting from an ancient BASIC to new database
"William Vaughn"  2007-07-24 09:18:35 
Re: Converting from an ancient BASIC to new database
"Michael Mattias&quo  2007-07-24 12:09:02 
Re: Converting from an ancient BASIC to new database
"William Vaughn"  2007-07-24 14:13:33 
Re: Converting from an ancient BASIC to new database
"Karl E. Peterson&qu  2007-07-24 14:31:37 
Re: Converting from an ancient BASIC to new database
"William Vaughn"  2007-07-24 15:18:46 
Re: Converting from an ancient BASIC to new database
"Judson McClendon&qu  2007-07-26 10:03:15 
Re: Converting from an ancient BASIC to new database
"Karl E. Peterson&qu  2007-07-26 09:07:17 
Re: Converting from an ancient BASIC to new database
"Tom Lake" <  2007-07-25 07:54:33 
Re: Converting from an ancient BASIC to new database
"William Vaughn"  2007-07-25 08:57:50 
Re: Converting from an ancient BASIC to new database
"Karl E. Peterson&qu  2007-07-24 14:28:36 
Re: Converting from an ancient BASIC to new database
DAVID <david@[EMAIL PR  2007-07-27 10:50:05 
Re: Converting from an ancient BASIC to new database
"Michael Mattias&quo  2007-07-27 07:59:34 
Re: Converting from an ancient BASIC to new database
"Randy Reimers"  2007-07-27 16:06:58 
Re: Converting from an ancient BASIC to new database
"William Vaughn"  2007-07-28 10:14:41 
Re: Converting from an ancient BASIC to new database
ted rosenberg <tedrose  2007-08-03 20:21:39 
Re: Converting from an ancient BASIC to new database
"Tom Lake" <  2007-08-03 23:08:45 
Re: Converting from an ancient BASIC to new database
ted rosenberg <tedrose  2007-08-03 23:23:37 
Re: Converting from an ancient BASIC to new database
"Tom Lake" <  2007-08-04 00:01:21 
Re: Converting from an ancient BASIC to new database
ted rosenberg <tedrose  2007-08-04 09:56:47 
Re: Converting from an ancient BASIC to new database
"Tom Lake" <  2007-08-04 16:35:58 
Re: Converting from an ancient BASIC to new database
ArarghMail807NOSPAM@[EMAI  2007-08-04 17:00:18 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 19:16:11 PST 2009.