Navigation:  SQL Driver Properties(General) >====== PROP:ConnectString ====== Previous pageReturn to chapter overviewNext page

PROP:ConnectString returns an SQL database's connection information. For example:

AFileOwner STRING(256)

AFile      FILE,DRIVER('ODBC'),OWNER(AFileOwner)

CODE

AFileOwner='DataSource'

OPEN(Afile)

IF NOT ERRORCODE()

  AFileOwner=AFile{PROP:ConnectString}

 END