Search found 3 matches

by dehacogmbh
Fri 08 Oct 2021 07:24
Forum: SQL Server Data Access Components
Topic: Connection pooling
Replies: 8
Views: 25759

Re: Connection pooling

OK, i get pooling work in a console app with TIdHTTPWebBrokerBridge webserver: You need to add Vcl.Forms to your project. Without this unit, pooling fails. As far as i can see pooling fails because the connection is pooled after closing the connection but is destroyed in the pool after connection is freed. Next time you create a connection, you get one from the pool who was destroyed, and you get an access violation. Add Vcl.Forms to your project and it works like expected.
by dehacogmbh
Thu 07 Oct 2021 10:59
Forum: SQL Server Data Access Components
Topic: Connection pooling
Replies: 8
Views: 25759

Re: Connection pooling

Same here. Please make us a sample how to use pooling in a delphi webbroker application.
by dehacogmbh
Thu 15 Mar 2018 10:28
Forum: SQL Server Data Access Components
Topic: Compatibelity with Tokyo 10.2.3
Replies: 1
Views: 1462

Compatibelity with Tokyo 10.2.3

Can i use the last versions from SDAC (8.0.4) with Delphi Tokyo 10.2.3?