adoconnection Questions

1

Solved

I'm trying to make a Delphi application to work with AlwaysOn solution. I found on Google that I have to use MultiSubnetFailover=True in the connection string. Application is compiled in Delphi XE...
Ese asked 27/5, 2015 at 10:12

1

Solved

I want to connect to an excel 2007 file(.xlsx) using delphi 7, so I used a AdoConnection and set its connectionstring property as: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\test\qm\Results-s...
Plasty asked 23/9, 2013 at 5:42

2

Solved

I have created an TCPip server application. The application has one global TADOConnection. This global ado connection is used both for main thread queries and also within threaded processes. Is t...
Jamieson asked 16/7, 2010 at 15:39

2

Solved

I'm writing a Delphi 7 application which needs to access the same SQL Server database from many different threads simultaneously. Can I use a single shared TADOConnection, or must each thread crea...
Honk asked 6/8, 2009 at 22:17
1

© 2022 - 2024 — McMap. All rights reserved.