CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    France
    Posts
    393

    Put a variant in an Access database

    Hi,
    Is it possible to create a field in an Access database table that as a variant.

    i just need to put Booleans, floats, longs, strings, but i don't want to have each fields of this type defined in my table.

    Thanks a lot!



  2. #2
    Join Date
    Oct 2000
    Posts
    58

    Re: Put a variant in an Access database

    Use text data type, read data then convert it to any data type you want using converting functions


  3. #3
    Join Date
    Sep 1999
    Location
    France
    Posts
    393

    Re: Put a variant in an Access database

    Quite slow, isn't it?

    But if there is no other way it's a good tip!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured