I have developed an application that has MSAccess database as backend and VB6.0 as front-end, made it an exe file and also created setup file using Inno Setup 4.
Firstly, using the exe file on the users machine, I am able to retrieve records or search records, save records. However all the forms that has MSHierarchicalFlex grid or a data bound control whose data source is the ADO data control does not display the records.
I have used Microsoft Activex Data Objects 2.5 Library and the components used are Microsoft ADO Data control 6.0(OLEDB), Microsft DataList Control 6.0, Microsoft Hierarchical FlexGrid Control 6.0 (SP3)(OLEDB)
The machine I work is XP, does this matter? I urgently need help. And this application needs to be used by around 10 users.
Secondly, since this application is to used in a multiuser environment, I have field which is a auto generated sequence number. But when 2 or more users retrieve the next number they get same numbers on their machines which will result into update failure. Currently I use Adopendynaset and Pessimistic locks but somehow doesnot work fine it still gives me same number on different machines.
Firstly, using the exe file on the users machine, I am able to retrieve records or search records, save records. However all the forms that has MSHierarchicalFlex grid or a data bound control whose data source is the ADO data control does not display the records.
I have used Microsoft Activex Data Objects 2.5 Library and the components used are Microsoft ADO Data control 6.0(OLEDB), Microsft DataList Control 6.0, Microsoft Hierarchical FlexGrid Control 6.0 (SP3)(OLEDB)
The machine I work is XP, does this matter? I urgently need help. And this application needs to be used by around 10 users.
Secondly, since this application is to used in a multiuser environment, I have field which is a auto generated sequence number. But when 2 or more users retrieve the next number they get same numbers on their machines which will result into update failure. Currently I use Adopendynaset and Pessimistic locks but somehow doesnot work fine it still gives me same number on different machines.