dinsdag 28 juli 2009

Get All columns + size and type from a given SQL table

2 opmerkingen:

  1. Deze reactie is verwijderd door de auteur.

    BeantwoordenVerwijderen
  2. I forgot the field class...

    class Field
    {
    public string fieldname;
    public Int16 fieldsize;
    public string fieldtype;
    }

    BeantwoordenVerwijderen