Computing.Net > Forums > Programming > VB 6.0 Write datagrid in 4.0

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

VB 6.0 Write datagrid in 4.0

Reply to Message Icon

Name: charles_cp
Date: November 19, 2003 at 07:01:16 Pacific
OS: Windows 2000
CPU/Ram: 800
Comment:

In VB 6.0, I had write the following script:
Set cn = New ADODB.Connection
cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" _
& "Data Source=" & App.Path & _
"\nameform.mdb;Persist Security Info=False"
cn.Open

When I change the 3.51 to 4.0, the datagrid cannot read and write.
I use the Access 97 format for the database. I had select the ¡§Microsoft activex data objects 2.6 library¡¨ and updated the visual studio service pack 5
How to write datagrid in 4.0? Please help



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


C++, drawing bitmap onto ... programming in access 200...



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 6.0 Write datagrid in 4.0

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

Converting to C++ From VB 6.0 www.computing.net/answers/programming/converting-to-c-from-vb-60/4231.html

Visual Studio 2005 on VB 6.0 www.computing.net/answers/programming/visual-studio-2005-on-vb-60/13978.html