Kadmos.com


?>

  Home | Products | Download | Purchase | Support | Language

Products
DXFReader ActiveX Control

IXF ActiveX Control
 • IXF Files Overview
 • Distribution
 • Installation
 • Quick Start
 • Control Summary
 • Download
 • Buy now!
 • IXF Reference
  • Properties
   • Connect
   • DatabaseName
   • DataRecordCount
   • DateCreated
   • DBCS
   • ImportTableS...
   • IXFFileName
   • ProductName
   • ProductRelea...
   • RecordSource
   • ReplaceTable
   • TableName
   • Version
  • Methods
  • Events


Postel ActiveX Control

Tech Support
OnLine Support
Phone Support
Sample Code
Registered Users
FAQ
References
Kadmos
Contact Kadmos
Environment
Customer List
Newsletter
Download
ActiveX Controls
Updates
Purchase
Price List
International Resellers
Our Guarantee
Shipment Options
Payment Options
Shopping Cart
    IXF Control - DatabaseName Property

Kadmos IXF ActiveX Control      Previous Next
IXF Control
DatabaseName Property

Description Returns/sets the name and location of the source of data for the control.
Syntax
Visual Basic
[form.]IXF.DatabaseName[ = Text$]
Visual C++ CString IXF.GetDatabaseName();
void IXF.SetDatabaseName(LPCTSTR lpszNewValue);
Delphi property DatabaseName: WideString;
C# string IXF.DatabaseName;
Remarks

This property indicates the location of the database file(s) or the Data Source name for ODBC data sources.

If your network system supports it, the value can be a fully qualified network path name such as \\Myserver\Myshare\Database.mdb.

The database type is indicated by the file or directory that DatabaseName property points to, as follows:

DatabaseName Points To...Database Type
.mdb fileMicrosoft Access database
Directory containing .dbf file(s)dBASE database
Directory containing .xls fileMicrosoft Excel database
Directory containing .dbf files(s)FoxPro database
Directory containing .wk1, .wk3, .wk4, or .wks file(s)Lotus Database
Directory containing .pdx file(s)Paradox database
Directory containing text format database filesText format database

For ODBC databases, such as SQL Server and Oracle, this property can be left blank if the control's Connect property identifies a data source name (DSN) that identifies an ODBC data source entry in the registry.

Data Type String

Copyright © 2000/2011 Kadmos.com - All rights reserved. Privacy Policy