Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: newbie needs help


Message #1 by "ebey" <ebey@v...> on Wed, 30 Aug 2000 11:14:49 +0100
objRS.Open "Movies",objConn,adOpenForwardOnly,adLockReadOnly,adCmdTable



I am getting an error at the above line right at my first program.

Please mail suggestions at ebey@v... . I have a table file by the name

of Movies . Everything as mentioned in the book (beginning asp3.0)

Message #2 by "Ray Murphy" <raymondmurphy@c...> on Wed, 30 Aug 2000 11:44:56 +0100
Could you possibly post fuller details of your code - I doubt you'll be

offered much assistance with just that one-line snippet.





Ray

Message #3 by "Ken Schaefer" <ken@a...> on Thu, 31 Aug 2000 11:33:36 +1000
And what is the error message you are getting?



(If it is:



ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in

conflict with one another.



then you need to look here:



http://www.adopenstatic.com/FAQ/800a0bb9.asp

)



Otherwise you need to post your error message (and the 10 lines prior to the

line causing the error)



Cheers

Ken





----- Original Message -----

From: "ebey" <ebey@v...>

To: "ASP Databases" <asp_databases@p...>

Sent: Wednesday, August 30, 2000 8:14 PM

Subject: [asp_databases] newbie needs help





> objRS.Open "Movies",objConn,adOpenForwardOnly,adLockReadOnly,adCmdTable

>

> I am getting an error at the above line right at my first program.

> Please mail suggestions at ebey@v... . I have a table file by the name

> of Movies . Everything as mentioned in the book (beginning asp3.0)

>

> ---

> You are currently subscribed to asp_databases


$subst('Email.Unsub')

>




  Return to Index