Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange character in string
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00568674
Message ID:
00568768
Vues:
16
>When I used the Asc() function, I got a return of 0.
>When I used the StrConv(string, vbFromUnicode) function, it returned "".
>
>What would this mean, if anything?
>Ryan

If I am not mistaken the StrConv() is saying that it is not a unicode string, and if the Asc() function is correct it means that the first character of the string is a Null.

Indeed a strange situation, I don't know if it's related to the capabilities of the database. If it looks like a US address or at least an address in English, you might want to remove that if you can use Mid() on it. Is it just one address or are there more like this?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform