Usually it could be easily recognized by database connections.
In VB3 times people used something like RDO or even earlier I don’t remember I think it was DAO. Connection mostly was through DSN.
Also there are many variables that prefixed with $ meaning string and &, if I remember, it was an integer. I don’t think classes were introduced at VB3 times. People used mostly Modules. So, if you have classes then it is definitely VB5 or later. Lots of APIs is another sign of VB3 because of lock of capability people had to use APIs more than now.
I do have classes & modules in the project. It is using ADODB to connect to DB2 database.
One more thing , project is not asking for any upgradations when I open the project into Visual Studio 6.0.
One more thing , the project uses a True DBgrid component that supports to either vb4 or vb5 as I see when I install this component.
so can the code be in version 5 ?
I opened the existing form in notepad , I am getting VERSION 5.00 as first line. so according to you it version is VB5 ??
But why I am getting VERSION 5.00 in first line when I create a form in Visual studio 6 and save it and open in a notepad ?
Comment