SetDatabaseType
Takes a String as the parameter and sets the DBType property with the type of database to which this object will be connecting.
Parameters:
| Description | |
|---|---|
| dBType | Sets the DBType property value with the value passed in. Possible values for passing to this method are: SqlServer2000 SqlServer2005 Oracle8i Oracle9i Oracle10g |
myBusinessObj.SetDatabaseType("SqlServer2005");
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0