|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Adding records |
From: |
yaniv inbar |
Date: |
3/21/1999 1:31:41 PM |
IP: |
194.90.158.235 |
When i'm writing this code:
set cn=server.CreateObject ("ADODB.Connection")
strdsn="FILEDSN=proj1.dsn"
cn.Open strdsn
set rs1=server.CreateObject ("ADODB.Recordset")
rs1.Open "table1",cn,adOpenKeyset ,adLockPessimistic
I keep geting the following erorr message:
"ADODB.Recordset error '800a0bb9'
The application is using arguments that are of the wrong type,
are out of acceptable range, or are in conflict with one another. "
What is the problem ?????? |
Follow Up - Re: Adding records - Harlan 3/22/1999 9:00:31 AM
|
|
|
|
|
|
|
|
|
|
|
|