Computing.Net > Forums > Programming > VB 5.0 and vb 6.0 differences

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB 5.0 and vb 6.0 differences

Reply to Message Icon

Name: nascent (by mboto)
Date: July 23, 2003 at 13:42:30 Pacific
OS: win98
CPU/Ram: 600/256
Comment:

Does anyone know where i can get a comprehensive list of the differences between vb5 and 6? I'm making a VB program that heavily uses Access databases and i'm learning from a VB 5 book

Any help,
Adam



Sponsored Link
Ads by Google

Response Number 1
Name: Chi Happens
Date: July 26, 2003 at 20:42:40 Pacific
Reply:

I don't know of a place that has a comprehensive list, but I can tell you that the biggest difference between VB5 and VB6 was the creation of ADODB objects. (you can use them in VB5 if you install the objects on a system) but most VB5 books probably are using RDO which was the standard way to interface with a database just prior to VB6 becoming available.

But to clarify, ADO and RDO are not part of VB5 or VB6, they are part of Windows. Microsoft decided that ADO (activex data objects) offered more flexibility than RDO (remote data objects) so that became the standard.


I hope this helps some.

Chi Happens


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB 5.0 and vb 6.0 differences

VB 6.0 Write datagrid in 4.0 www.computing.net/answers/programming/vb-60-write-datagrid-in-40/8630.html

VB 6.0 and serial port www.computing.net/answers/programming/vb-60-and-serial-port/3469.html

Declaring Variables in VB 6.0 www.computing.net/answers/programming/declaring-variables-in-vb-60/9957.html