User Tools

Site Tools


prop_connectstring_1.htm
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

prop_connectstring_1.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1