| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
VB 6.0 Write datagrid in 4.0
|
Original Message
|
Name: charles_cp
Date: November 19, 2003 at 07:01:16 Pacific
Subject: VB 6.0 Write datagrid in 4.0OS: Windows 2000CPU/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
Report Offensive Message For Removal
|

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