Hi,
I have the following code in the New-Event
meineDatenbank.DateFormat = 1 meineDatenbank.DateSep="." meineDatenbank.TimeSep = ":" meineDatenbank.SchemaVersion=1 meineDatenbank.Creator="ApMa" res=meineDatenbank.Create(f, 5, 32*1024)
the ShemaVersion is correctly set to 1 but when I reopen the DB I have
MsgBox(meineDatenbank.Creator)
I get as result VALA
Where is my fault?
Claudius ©2002 Claudius Sailer |