|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa 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
|
|
|
|
|
|
|
|
|
|
|
|