re: Updating SQL Server database with FP03
From: Jim Buyens (news_at_interlacken.com)
Date: 07/14/04
- Next message: Jim Buyens: "re: Database Results"
- Previous message: AG Young: "Re: unable to set hyperlink or Save As"
- In reply to: Jason: "Updating SQL Server database with FP03"
- Next in thread: Jason: "re: Updating SQL Server database with FP03"
- Reply: Jason: "re: Updating SQL Server database with FP03"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 12:51:47 -0700
Howdy.
Just offhand, it looks as if the username/password you
specified isn't valid, at least not from teh computer
running the Web server.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
>-----Original Message-----
>Hi,
>
>I created a form using the DIW in FP03. First I created
>the connection using the site settings which was
>explained in a post. Then I chose the DIW. After the
>site is published I can see the Submission Form created
>and I can put data in the form, however, I can not get
>the form to update the database. I'm getting the
>following error. It looks like the problem stems from
>the fpdbnet.cs file. I'm clueless on how to fix this.
>
>The server running SQL Server is different than the
>server to which the uploading of the pages occurs. Not
>sure if that matters at all. The server that I am
>uploading to is a Sharepoint server.
>
>If someone can shed some light on this, I would grealty
>appreciate it.
>
>Thanks.
>
>Jason
>
>
>Invalid authorization specification
>Description: An unhandled exception occurred during the
>execution of the current web request. Please review the
>stack trace for more information about the error and
>where it originated in the code.
>
>Exception Details: System.Data.OleDb.OleDbException:
>Invalid authorization specification
>
>Source Error:
>
>
>Line 291:
>Line 292: try{
>Line 293: _dBConn.Open();
>Line 294: DataTable literalInfo =
>_dBConn.GetOleDbSchemaTable
>(OleDbSchemaGuid.DbInfoLiterals, null);
>Line 295: OdcbCommand.QuotePrefix =
>(String)literalInfo.Select("LiteralName='Quote_Prefix'")
>[0]["LiteralValue"];
>
>
>Source File: C:\Inetpub\wwwroot\Craterlake\srinitest1\7_14
>\_fpclass\fpdbnet.cs Line: 293"
>
>.
>
- Next message: Jim Buyens: "re: Database Results"
- Previous message: AG Young: "Re: unable to set hyperlink or Save As"
- In reply to: Jason: "Updating SQL Server database with FP03"
- Next in thread: Jason: "re: Updating SQL Server database with FP03"
- Reply: Jason: "re: Updating SQL Server database with FP03"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|