Click here to Skip to main content
15,922,015 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralButton Images Pin
Britnt71-Oct-04 4:23
Britnt71-Oct-04 4:23 
GeneralRe: Button Images Pin
Jim Matthews1-Oct-04 5:00
Jim Matthews1-Oct-04 5:00 
GeneralRe: Button Images Pin
Britnt71-Oct-04 5:58
Britnt71-Oct-04 5:58 
GeneralRe: Button Images Pin
Britnt71-Oct-04 8:25
Britnt71-Oct-04 8:25 
Generalnetworkaccess Pin
jeeju1-Oct-04 2:33
jeeju1-Oct-04 2:33 
GeneralRe: ordnetworkaccess Pin
Dave Kreskowiak1-Oct-04 2:55
mveDave Kreskowiak1-Oct-04 2:55 
GeneralRe: networkaccess Pin
jeeju5-Oct-04 1:36
jeeju5-Oct-04 1:36 
Questionwhat the error is ... anyone could help?? Pin
Fired Dragon1-Oct-04 1:32
Fired Dragon1-Oct-04 1:32 
Server Error in '/Log_In' Application.
--------------------------------------------------------------------------------

The name 'adamtel' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
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: The name 'adamtel' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.

Source Error:


Line 158: .Connection.Open()
Line 159: .CommandText = stSQL
Line 160: milestone_Rows = .ExecuteNonQuery()
Line 161: If milestone_Rows <> 1 Then
Line 162: MsgBox("Did not insert row")


Source File: C:\Inetpub\wwwroot\Log_In\milestone.aspx.vb Line: 160

Stack Trace:


[OleDbException (0x80040e14): The name 'adamtel' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.]
System.Data.OleDb.OleDbDataReader.NextResults(IMultipleResults imultipleResults, OleDbConnection connection, OleDbCommand command)
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
Log_In.milestone.milestoneAdd() in C:\Inetpub\wwwroot\Log_In\milestone.aspx.vb:160
Log_In.milestone.btnadd_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Log_In\milestone.aspx.vb:125
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
AnswerRe: what the error is ... anyone could help?? Pin
Gavin Jeffrey1-Oct-04 2:18
Gavin Jeffrey1-Oct-04 2:18 
GeneralRe: what the error is ... anyone could help?? Pin
Fired Dragon1-Oct-04 2:31
Fired Dragon1-Oct-04 2:31 
Generalclient-side functionality Pin
pyb30-Sep-04 23:10
pyb30-Sep-04 23:10 
GeneralRe: client-side functionality Pin
Dave Kreskowiak1-Oct-04 2:53
mveDave Kreskowiak1-Oct-04 2:53 
GeneralRe: client-side functionality Pin
pyb1-Oct-04 10:39
pyb1-Oct-04 10:39 
GeneralRe: client-side functionality Pin
DADANEPAL1-Oct-04 19:01
DADANEPAL1-Oct-04 19:01 
GeneralRe: client-side functionality Pin
pyb1-Oct-04 22:38
pyb1-Oct-04 22:38 
GeneralAnnoying &quot;Dong&quot; sound Pin
genosis30-Sep-04 20:52
genosis30-Sep-04 20:52 
GeneralRe: Annoying &quot;Dong&quot; sound Pin
Purple Monk30-Sep-04 23:31
Purple Monk30-Sep-04 23:31 
GeneralRe: Annoying &quot;Dong&quot; sound Pin
Anonymous1-Oct-04 2:29
Anonymous1-Oct-04 2:29 
GeneralRe: Annoying &quot;Dong&quot; sound Pin
dave_g221-Oct-04 21:19
dave_g221-Oct-04 21:19 
GeneralAPI Declarations Pin
moyin30-Sep-04 15:24
moyin30-Sep-04 15:24 
GeneralRe: API Declarations Pin
Purple Monk1-Oct-04 0:37
Purple Monk1-Oct-04 0:37 
GeneralRe: API Declarations Pin
moyin4-Oct-04 17:16
moyin4-Oct-04 17:16 
GeneralDll declaration Pin
moyin30-Sep-04 15:18
moyin30-Sep-04 15:18 
GeneralRe: Dll declaration Pin
Dave Kreskowiak30-Sep-04 18:22
mveDave Kreskowiak30-Sep-04 18:22 
GeneralRe: Dll declaration Pin
moyin4-Oct-04 17:18
moyin4-Oct-04 17:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.