I am trying to use Visual Basic 6 with ADO to extract data from a Progress database.
I can successfully read the required data from the database but the performance is poor - it is taking 30 seconds to display a single column from a single table into a list box (3200 records in table)
Is there anything that can be done to speed up this access time - either on the client or server side
FYI - Server Side : Progress 9.1d running on Windows 2000 Server , EXE of the Visual Basic Application runs off this server
Client Side : Merant ODBC (v3.60 SQL92 v9.1d) - installed via Progress 9.1d client instalaltion
All the network runs on gigabit and I have no other networking issues
I can successfully read the required data from the database but the performance is poor - it is taking 30 seconds to display a single column from a single table into a list box (3200 records in table)
Is there anything that can be done to speed up this access time - either on the client or server side
FYI - Server Side : Progress 9.1d running on Windows 2000 Server , EXE of the Visual Basic Application runs off this server
Client Side : Merant ODBC (v3.60 SQL92 v9.1d) - installed via Progress 9.1d client instalaltion
All the network runs on gigabit and I have no other networking issues