''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Script : Datenbankzugriff - Ausgabe in HTML-Datei '
' File : 06_04_ADODB_DatenbankZugriff.vbs '
' Date : 2007-03-22 - Last modified: 2007-04-23 '
' '
' Michael Puff - http://www.michael-puff.de '
' '
' Zugriff auf eine Datenbank mit ADODB '
' '
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
const CAPTION = "06_04_ADODB_DBZugriff.vbs"
const CONSTR = "driver=MySQL ODBC 3.51 Driver;server=10.17.171.200;uid=root;pwd=;database=Benutzerverwaltung2;option=NUM"
const OUTFOLDER = "c:\mp_work\"
const FILENAME = "test.html"
Set adoDataCom = CreateObject("ADODB.Connection")
private sub HTMLHeader(ts, Title)
ts.WriteLine ""
ts.WriteLine "