DatabaseTypeEnum

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Enum 
          Member of  RSConvert Use DatabaseTypeEnum object 

Description

MDB Database types.

Values

dbVersion10 = &H1 
dbEncrypt = &H2 
dbDecrypt = &H4 
dbVersion11 = &H8 
dbVersion20 = &H1016  
dbVersion30 = &H2032  

Includes  
'DatabaseTypeEnum - begin
Public Const dbVersion10 = &H1
Public Const dbEncrypt = &H2
Public Const dbDecrypt = &H4
Public Const dbVersion11 = &H8
Public Const dbVersion20 = &H10
Public Const dbVersion30 = &H20
'DatabaseTypeEnum - end
'DatabaseTypeEnum - begin
Public Const dbVersion10 As Long = &H1
Public Const dbEncrypt As Long = &H2
Public Const dbDecrypt As Long = &H4
Public Const dbVersion11 As Long = &H8
Public Const dbVersion20 As Long = &H10
Public Const dbVersion30 As Long = &H20
'DatabaseTypeEnum - end
Public Enum DatabaseTypeEnum
  dbVersion10 = &H1
  dbEncrypt = &H2
  dbDecrypt = &H4
  dbVersion11 = &H8
  dbVersion20 = &H10
  dbVersion30 = &H20
End Enum 'DatabaseTypeEnum
//DatabaseTypeEnum - begin
var dbVersion10 = 0x1;
var dbEncrypt = 0x2;
var dbDecrypt = 0x4;
var dbVersion11 = 0x8;
var dbVersion20 = 0x10;
var dbVersion30 = 0x20;
//DatabaseTypeEnum - end
// DatabaseTypeEnum
typedef [helpcontext(0x20029), helpstring("MDB Database types.")]
enum DatabaseTypeEnum{
	[helpcontext(0x20029)]
		dbVersion10 = 0x1,
	[helpcontext(0x20029)]
		dbEncrypt = 0x2,
	[helpcontext(0x20029)]
		dbDecrypt = 0x4,
	[helpcontext(0x20029)]
		dbVersion11 = 0x8,
	[helpcontext(0x20029)]
		dbVersion20 = 0x10,
	[helpcontext(0x20029)]
		dbVersion30 = 0x20
} DatabaseTypeEnum;

Used in

  Other links for DatabaseTypeEnum class

Recordset converter classes

Recordset converter enums

RSConvert

      Recordset converter is a library for converting DAO or ADO recordsets to MDB or DBF files. It enables direct binary output of MDB or DBF files from ASP pages with one row of code. The object also supports on-the-fly compression by zip/arj.

© 1996 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 2.1.63