|
| |
|
|
isjka
Posts: 1 Joined: 7/12/2004 Status: offline
|
Invalid authorization specification - 7/12/2004 16:00:55
Hi, Been reading a lot of these posts and I couldn't find one related to my issue. I am getting an error message and I'm not sure where this is coming from or how to fix it. I have a form that contains 3 fields, upon submitting the form, the contents of those fields are written to an SQL Server database. All of this is speculation at this point because I have not written one line of code. I did use the Database Results wizard when creating this form. I have a Submission_form.aspx and a results_page.aspx My error is the following: 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"]; First, I can not see line 293 anywhere on my pages. In fact the submission form code only goes up to line 115. Where is line 293 and how do I correct the statement. Again, please bare with me as I have not written one line of code yet; isn't that what FP03 is all about? Thanks. Jason
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|