|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Why do only 50% of my text fields in MS Access show up in ADO/ASP? |
From: |
Craig Waterman |
Date: |
6/27/2000 1:59:57 PM |
IP: |
24.92.230.198 |
Why does only the first half of my fields in Access show up in ASP.
e.g. Field PID, Text, 4 characters.
Record 1, PID = "AAAA"
ADO returns the following for the above record in ASP:
objRS("PID").DefinedSize = 4 (Correct, 4 characters)
objRS("PID").ActualSize = 8 (Correct, 8 bytes, unicode text)
len(objRS("PID").Value) = 4 (Correct, there should be 4 characters)
objRS("PID").Value = "AA" (Wrong, wheres the rest of them...)
GAH! Any help would be appreciated...
|
|
|
|
|
|
|
|
|
|
|
|
|