|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Connecting to database through VI |
From: |
Bhaskar K B |
Date: |
10/12/1999 5:43:00 PM |
IP: |
164.164.73.250 |
one probable reason for this... is because the locking and recordset type constants you are using
are not declared properly... just include
<!-- #include file = "adovbs.inc"-->
on top of the file.
otherwise try using the constants as numerical figures
eg:
1 instead of adopenkeyset
and 2 instead of adlockpessimistic (just giving an example... im not sure of the exact numeric values)
|
Previous Message
Follow Up - Re: Connecting to database through VI - Savitha 10/13/1999 1:21:56 PM
|
|
|
|
|
|
|
|
|
|
|
|