I'm using ADO and I can't understand the difference between adBSTR, adChar and adVarChar data type
:sad: :sad: :sad:
Posted on 2005-05-03 10:06:50 by greenant
in database, there are many data types to define a string that may be a fixed length string or not.
adVarChar means the string is not fixed length.
Posted on 2005-06-02 03:29:29 by kylindai