Creating classes in C# from Informix tables -


i know there poco generator that's sql server , need informix database. can point me alternative?

btw using informix data server driver in c# connect informix server.

you use linq db, support couples of databases such informix:

supported databases:

  • db2 (luw, z/os)
  • firebird
  • informix
  • microsoft access
  • microsoft sql azure
  • microsoft sql server
  • microsoft sqlce
  • mysql
  • oracle
  • postgresql
  • sqlite
  • sap hana
  • sybase ase

i hope helpful you:)


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -