Home All Groups Group Topic Archive Search About
Author
9 Feb 2006 12:59 AM
DrinkyBanjo
All

I need to write a paper in my VB .NET class about the importance of the
connectivity of VB to a database.

Would you know of any websites to visit that would discuss this in detail?

Thanks in advance,
Tim

Author
9 Feb 2006 5:43 AM
Cor Ligthert [MVP]
DrinkyBanjo,

>
> I need to write a paper in my VB .NET class about the importance of the
> connectivity of VB to a database.
>
> Would you know of any websites to visit that would discuss this in detail?
>
Are you sure that this is the question, because there is not any importance
of all.

Is it not the simplicity or something?

Cor
Author
9 Feb 2006 6:35 AM
CMM
Is this a "history" paper? "The importance of Database Development in the
History of Visual Basic?"

Technically a "database" is not important to VB at all as it is just as
capable of using flat binary or text files on the local hard drive just like
any other programming language. But, the adoption of VB in the *Corporate
World* was absolutely fueled by the ease of which its data access technology
(first DAO, then RDO,  and then ADO) allowed it to connect to the big
database engines (like Sybase, DB2, Oracle, and eventually SQL Server,
etc.). Previously database connectivity was handled using a very hard-to-use
technology called ODBC meant for C/C++ programs. And, other programs were
written- using specialized software- to specifically talk to ONE database.
VB (especially by VB3) blew that world apart.

But, while important, Database access was in my opinion only *secondary* to
VB's success. VB's main innovation (and it was a HUGE one at the time) was
its Ruby Windowing Engine (VB Forms). Windows windows were (and are!)
notoriously hard to create using the core Win16/32 Shell API. VB opened up a
whole new world were you could concentrate on what your program actually
did, rather than how to write hundreds of lines of code to create a Window
with 3 textboxes and 2 buttons. This VB innovation allowed a lot of hobby
programmers to enter the world of *Windows* development and fueled VB's huge
popularity.

Do a search on Google... I'm sure there are more complete articles on this
subject out there.


--
-C. Moya
www.cmoya.com
Show quoteHide quote
"DrinkyBanjo" <timrossnospam@optonline.net> wrote in message
news:ttwGf.1320$gA6.1010@fe10.lga...
> All
>
> I need to write a paper in my VB .NET class about the importance of the
> connectivity of VB to a database.
>
> Would you know of any websites to visit that would discuss this in detail?
>
> Thanks in advance,
> Tim
>
Author
9 Feb 2006 11:07 PM
DrinkyBanjo
Show quote Hide quote
"CMM" <cmm@nospam.com> wrote in message
news:uSXtWMULGHA.2696@TK2MSFTNGP14.phx.gbl...
> Is this a "history" paper? "The importance of Database Development in the
> History of Visual Basic?"
>
> Technically a "database" is not important to VB at all as it is just as
> capable of using flat binary or text files on the local hard drive just
> like any other programming language. But, the adoption of VB in the
> *Corporate World* was absolutely fueled by the ease of which its data
> access technology (first DAO, then RDO,  and then ADO) allowed it to
> connect to the big database engines (like Sybase, DB2, Oracle, and
> eventually SQL Server, etc.). Previously database connectivity was handled
> using a very hard-to-use technology called ODBC meant for C/C++ programs.
> And, other programs were written- using specialized software- to
> specifically talk to ONE database. VB (especially by VB3) blew that world
> apart.
>
> But, while important, Database access was in my opinion only *secondary*
> to VB's success. VB's main innovation (and it was a HUGE one at the time)
> was its Ruby Windowing Engine (VB Forms). Windows windows were (and are!)
> notoriously hard to create using the core Win16/32 Shell API. VB opened up
> a whole new world were you could concentrate on what your program actually
> did, rather than how to write hundreds of lines of code to create a Window
> with 3 textboxes and 2 buttons. This VB innovation allowed a lot of hobby
> programmers to enter the world of *Windows* development and fueled VB's
> huge popularity.
>
> Do a search on Google... I'm sure there are more complete articles on this
> subject out there.
>
>
> --
> -C. Moya
> www.cmoya.com
> "DrinkyBanjo" <timrossnospam@optonline.net> wrote in message
> news:ttwGf.1320$gA6.1010@fe10.lga...
>> All
>>
>> I need to write a paper in my VB .NET class about the importance of the
>> connectivity of VB to a database.
>>
>> Would you know of any websites to visit that would discuss this in
>> detail?
>>
>> Thanks in advance,
>> Tim

Sorry, you could replace 'importance' with 'benefits'.

Thanks,
Tim
Show quoteHide quote
>>
>
>