Next Previous Up Top Contents Index

1.2.6 Connecting and disconnecting

connect

Generic function

Summary

Connects to the specified database as the specified user.

Signature

connect database user => connection 

Arguments

database
An instance of <database>.

user
An instance of <user>.

Values

connection
An instance of <connection>.

Library

sql

Module

sql

Description

Connects to the database database as the user user. Returns an instance of <connection> representing the connection to database.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index