ODBC - Sculptor commandsΒΆ

Sculptor commands used with ODBC

close

Close a database, cursor or file.

closefile

Close a file, resetting file position and releasing cached information. This is a standard Sculptor command also used with keyed files.

mirror

Specify Sculptor files whose updates are to be mirrored to an ODBC database.

next

Read next record from a set.

opendb

Open an ODBC database.

openfile

Open a file. This is the standard Sculptor openfile command. The only differences when the file being opened is in an ODBC database are:

1

When create mode is used the fe (file exists) condition cannot occur, because the file must exist already. All existing records in the file are deleted.

2

The name = clause can be used to specify an SQL database connection string instead of a pathname.

sql

Execute an SQL statement.

Keyed file commands


RELATED TOPICS

ODBC