Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Question about changing connection providers


Message #1 by "Andrew Phillips" <cap269@c...> on Mon, 11 Nov 2002 21:35:41
Hello,

On my development machine, I wrote the code using DSN-less connection. On 
the host, it requires a DSN connection. I changed the connection strings 
from the DSN-less connection string to the DSN connection string, 
thinking that should be all that is required. Now I am getting 0x80040E14 
INSERT INTO syntax error and other similar error messages each time app 
goes to the db. Did I skip a step somewhere?
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 12 Nov 2002 12:11:34 +1100
www.adopenstatic.com/faq/80040e14.asp will help with INSERT INTO errors.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Andrew Phillips" <cap269@c...>
Subject: [access_asp] Question about changing connection providers


: On my development machine, I wrote the code using DSN-less connection. On
: the host, it requires a DSN connection. I changed the connection strings
: from the DSN-less connection string to the DSN connection string,
: thinking that should be all that is required. Now I am getting 0x80040E14
: INSERT INTO syntax error and other similar error messages each time app
: goes to the db. Did I skip a step somewhere?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Message #3 by "Andrew Phillips" <cap269@c...> on Tue, 12 Nov 2002 10:49:48
That didn't help. My table contains no reserved words.
Message #4 by "Ken Schaefer" <ken@a...> on Wed, 13 Nov 2002 13:13:08 +1100
Please post the SQL statement you are using.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Andrew Phillips" <cap269@c...>
Subject: [access_asp] Re: Question about changing connection providers


: That didn't help. My table contains no reserved words.
: ---


  Return to Index