Hi All,
I'm looking to improve performance in my VB application where the backend DB is DB2.
Is there a performance tips guide for using VB with DB2?
The following is an example of what I'm looking for from the DB2 guide:
While ADO (and other VB object libraries) make database manipulation easy for the programmer, using these shortcuts can kill performance with SQL Server. As a rule of thumb, VB/SQL Server developers encapsulate their DML (Data Manipulation Language) in stored procedures and run them from your VB application. This bypasses the object library reducing overhead.
Environment
===========
Windows 2000
Visual Basic 6.0
DB2 UDB 7.2.1
Thanks in advance for any help.
James.
I'm looking to improve performance in my VB application where the backend DB is DB2.
Is there a performance tips guide for using VB with DB2?
The following is an example of what I'm looking for from the DB2 guide:
While ADO (and other VB object libraries) make database manipulation easy for the programmer, using these shortcuts can kill performance with SQL Server. As a rule of thumb, VB/SQL Server developers encapsulate their DML (Data Manipulation Language) in stored procedures and run them from your VB application. This bypasses the object library reducing overhead.
Environment
===========
Windows 2000
Visual Basic 6.0
DB2 UDB 7.2.1
Thanks in advance for any help.
James.