RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreConnection.DataStoreConnection Constructor ()

Initializes a new instance of the DataStoreConnection class.

Pascal
constructor Create;
constructor Create(initialConnectionString: string);
C++
DataStoreConnection();
DataStoreConnection(string initialConnectionString);

DataStoreConnection initializes a new instance of the DataStoreConnection class, which is an implementation of the DbConnection class.  

When a new instance is created, the connection properties should be set with the ConnectionString property. 

One form of this constructor allows you to specify an initial ConnectionString

 

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