-
Hi!
In determining how many times a database has been opened, I use currentdb.properties("TimesOpened") in VBA code. Is there a similar property in Visual Basic 6? I'm using ADODB.Connection and ADODB.Recordset objects in accessing databases and its recordsets. Your comments are highly appreciated.
Thanx in advance!!
-
You can try the ADODB.Connection.Properties(Index) function. Where Index is an integer. I'm not sure what all of the properties are, but you can simply create a loop to loop through many values for Index and print out each property to see what they are.