Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Programmer's Reference - database Object

You are here: irt.org | XRef | NES | database

database Object

Object/NES

database Methods

NameMSIENNavNotes
beginTransaction()--
commitTransaction()--
connect()--
connected()--
cursor()--
disconnect()--
execute()--This method will automatically perform a commit on any SQL that you send. You can avoid this by using transaction methods.
majorErrorCode()--
majorErrorMessage()--
minorErrorCode()--
minorErrorMessage()--
rollbackTransaction()--
SQLTable()--
storedProc()--
storedProcArgs()--
toString()--

database Properties

NameMSIENNavNotes
prototype--


You are here: irt.org | XRef | NES | database

©2018 Martin Webb