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
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
Summary: I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric. How do I declare the variables for these items. For instance, I ha...
Summary: Ok, just found out that VB 6.0 will not allow me to compile/ make exe; So, I managed to download Dev C++ . I have all these forms in vb, no bugs! So how to I convert them to actual forms in C++, incl...
Summary: Hello all, We want to start developing our project in .NET environment but at present we have got VB 6.0 installed on our programmer machines. For existing system we can't get rid of VB 6.0. 1. Is it...