You are here: MessengerYouLike.IMSDK.IMServer > IMSDK.IMServer Reference > IMSDK Namespace > IMServer Class > IMServer Enumerations > IMSDK.IMServer.DatabaseProviders Enumeration
MessengerYouLike.IMSDK.IMServer
IMSDK.IMServer.DatabaseProviders Enumeration

Database Enumerators , these database systems are supported by IMServer.

C#
public enum DatabaseProviders {
  MSSQL,
  MSACCESS
}
Visual Basic
Public Enum DatabaseProviders
  MSSQL,
  MSACCESS
End Enum
Members 
Description 
MSACCESS 
MYSQL 

IMServer can in be integrated with your existing database system if your system supports any of these databases.

You are here: MessengerYouLike.IMSDK.IMServer > IMSDK.IMServer Reference > IMSDK Namespace > IMServer Class > IMServer Enumerations > IMSDK.IMServer.DatabaseProviders Enumeration
Copyright (c) 2007. All rights reserved.