I have Created a program using vb6 which works fine in Windows 98 through Windows 2000, but as you know that there is no forward and backward compatibility between the cut-off points between Windows 2000 and Windows XP. I am attempting to convert the vb6 program to Visual Basic 2005 format for continued compatibility with newer Windows versions. Since My program is basically driven using the data from My database which was created using Access 2000 which does not translate to Visual Basic 2005 which uses Access 2002 through Access 2007 which I do not have. In the original program I created a Table in Access 2000 then copied the (2) digit string variables to (2) dimensional array where I manipulated the data and printed the revised data to a form. Since I down have the required Access program, I have decided to try creating the data base using a comma delimited text file (CSV) then copying the data to the (2) dimensional array. I have searched the Net for examples that can be used in vb 2005 express, but have not found anything that I can use. I need the code to create the Microsoft SQL Server database and a example of the code to copy that file to a (2) dimensional array whose dimensions are (10,60). The Numbers in the database are String Type to allow zeros as the first digit of single digit numbers and each record may have legal duplicates within the same record.
Thank You for any help you provide
leo1937ca
Thank You for any help you provide
leo1937ca