Below you find further details on how to access the Aloaha Database via scripting.

'Copyright 2005 by www.aloaha.com
'furhter questions please send to info@aloaha.com or visit our Forum at:
'http://www.aloaha.com/html/portal

'declare Variables
dim database
dim conn 'as ADODB.Connection

'Create Objects
Set database = CreateObject("dbfunctions.dba")
set conn = database.open_database("")

Now you can use all ADO2.5 commands on the conn object. One ASP example you can find on http://www.aloaha.com/download/aloaha.asp

 

Back to Index