Paulette
|
| Posted: 04/12/2003, 9:06 PM |
|
I can establish a connection to an SQL Database on my server, but I keep getting the following error when I try to use the connection.
Error Type:
ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.
/Test/Common.asp, line 1387
Any clues ???
Paulette :)
|
|
|
 |
Tomi
|
| Posted: 04/13/2003, 12:00 AM |
|
Check your security settings and make sure they are properly configured. If you don't have setup security then don't specify a page or form as restricted.
|
|
|
 |
Deryl
|
| Posted: 04/14/2003, 11:04 AM |
|
Also check the SQL command itself -- you can get that error when you have an empty recordset (no data) and you try to use it.
Deryl
|
|
|
 |
|