B4J Question MS SQLServer Performance

Domingo Garcia

Member
Licensed User
I had a program that ran in VB6 that extracted data from a MS SQLserver and it ran in about 5 mins. I converted it to B4J and it takes almost 45 mins. Is there any tunning that can be done to improved the performance of SQL access using B4J.
 

keirS

Well-Known Member
Licensed User
Longtime User
Which JDBC driver ate you using? If it's the MS one try setting responseBuffering="full" in the connevtion string.
 
Upvote 0
Top