Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Syntax error or access violation in ASP

Re: Syntax error or access violation in ASP

From: <jocave_at_my-deja.com>
Date: Mon, 22 Jan 2001 21:19:20 GMT
Message-ID: <94i84d$9bj$1@nnrp1.deja.com>

In article <948sbl$s15$1_at_nnrp1.deja.com>,   newguysanfran_at_my-deja.com wrote:
> Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
>
> [Microsoft][ODBC driver for Oracle]Syntax error or access violation
>
> /Lester/reciever.asp, line 12
> ============================================================
> from this code:
>
> 'DSN-less Connection
> sConnStr = "Driver=Microsoft ODBC for
> Oracle;Server=serverName;UID=SYS;PWD=change_on_install"
>
> 'Create and Open Connection Object
> Set oADOConn = Server.CreateObject("ADODB.Connection")
> oADOConn.Open sConnStr
>
> sSQL = "SELECT firstName, lastName"
> sSQL = sSQL & "FROM displayTable"
>
> Set rsADRS1 = oADOConn.Execute(sSQL)

This code appears not to put a space between "lastName" and "FROM", which would lead to an invalid SQL statement.

> ========================================================
>
> I can access the Database through toad on this machine. The tnsnames
> is definitely setup. I'm not sure why I get an access violation. The
> sql statement works when run through toad? Any idea's. I'm just trying
> to get this set up on this machine. It's 8.1.5 personal edition. Does
> this affect it in some way?
>
> Regards,
> Bryan
>
> Sent via Deja.com
> http://www.deja.com/
>

Sent via Deja.com
http://www.deja.com/ Received on Mon Jan 22 2001 - 15:19:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US