|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Flat-file-db --> access-db problem |
From: |
outsider |
Date: |
8/31/2000 6:03:42 AM |
IP: |
212.95.172.2 |
Your Array is variant type (like all other in ASP)
try something like MyArray(7) = CLng(MyArray(7)), before assign it to recordset. You may also determine using VarType(MyCheckVariant) :
MyCheckVariant = MyArray(7) |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|