RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxConnectionStringBuilder.ProductVersion Property

Driver product version.

Pascal
[Category(TConnectionStringCategories.DriverConfiguration)]
property ProductVersion: string;
C++
[Category(TConnectionStringCategories.DriverConfiguration)]
__property AnsiString ProductVersion;

Can be specified as a driver property as an override of the TDBXConnectionEx.ProductVersion property. This may be necessary for drivers that do not have the ability to report the product version. The ProductVersion is a number in the format nn.nn.nnnn. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!