can anybody there tell me the online sites to learn from the beginning "ESRI MapObjects2 in VB6.0"
can anybody there tell me the online sites to learn from the beginning "ESRI MapObjects2 in VB6.0"
the link which i received in reply from Daniweb computer help mailer provided me "http://www.timesheetsmts.com/adotutorial.htm" as a help is not working
Dear,
your solution is quite simple as i have had been through the same problem untill i came to know that Vb6.0 doesnot support MS Access 2002 and its databases.so all that you need to do is convert your MS access files into the previous version and this how you do is just open MS Access file then click on Tools->Database Utilities->Convert Database->To Access 97 Format.
try this it should work for you.
Dear all,
I have a question around the issue of using VB6 to access MS Access databases. Can VB6 be used to open access 2002, retrieve data from and input data into a table?
The following code keeps on giving me the message of "Unrecognised database format" error code 3343.
Dim DBSource As Database
Set DBSource = OpenDatabase("h:\training\names.mdb")Is the problem with this code, or is it because VB6 can't open an access 2002 database?
Thanks in advance for your help.
JB1
hello can any body there tell me that i have a database named watershed1.mdb which contains three tables such as "watershed_tb1,watershed_tb2 and watershed_tb3".
now what i want to do is create a List box in VB6.0 and take the appropriate text boxes required.so when i select watershed_tb1 from the List box i ,data of watershed_tb1 should be displayed in the corresponding text boxes and if i select watershed_tb2 from the List box then the data of watershed_tb2 should be displayed in the corresponding text boxes and like wise if i select watershed_tb3 fromt the List box then the data of watershed_tb3 should be displayed.how do i do this kindly provide me the solution.