C# - Incorrect Syntax Near Where For An Update Query?

Aug 12, 2010

Here is the update query which i am using to update a table. It throws me an exception "Incorrect Syntax near Where" Why is that exception for?

[code]....

View 2 Replies


Similar Messages:

DataSource Controls :: Update Query Error - Incorrect Syntax Near 'nvarchar'.?

May 3, 2010

I have this SqlDataSource:

[Code]....But when I click Button Update this error occurred:

Exception Details: System.Data.SqlClient.SqlException: Incorrect syntax near 'nvarchar'.

View 5 Replies

SQL Server :: EXEC 17P_Comose Will Give Incorrect Syntax Error - Incorrect Syntax Near '17'

Sep 15, 2010

I am working with a sql server database with about 50 stored procedures. The database and stored procedureswere not created by me. The stored procedures all begin with a number in their name.

Example: 17P_Comsetter

The problem I am having is that if I try and execute the stored procedure at the command line in Query Analyzer,the query analyzer appears not to like that the stored procedure begins with a number. For example:

If I try an run the stored procedure as follows:

EXEC 17P_Comsetter

Then I get the following error message:

Msg 102, ..... Incorrect Syntax near '17'

I am using SQL server 2005. Does anyone know why I am getting this error message?

View 1 Replies

SQL Server :: Incorrect Syntax In Query For Xml

Nov 18, 2010

SELECT *
FROM Customers
WHERE Region is null
FOR XML PATH('Customer'), ROOT('doc')

getting incorrect syntax nr path

View 7 Replies

Query / Error :incorrect Syntax Near Between?

Mar 12, 2011

Dim cmdSelect As New System.Data.SqlClient.SqlCommand("SELECT [counts] FROM [a1_holds] WHERE (dates ='" & TextBox1.Text & "' BETWEEN from_date AND to_date) AND service ='" & lab5.Text & "' ORDER BY [id] ASC", SQLData)

ERROR :incorrect syntax near BETWEEN

View 2 Replies

Access :: Syntax Error (missing Operator) In Query Expression / Get Conflict With CommandText Syntax

Aug 8, 2010

I'm having problem in inserting text from a textbox in which user write or copy some text which may contain special characters ( " , . ) etc. If there is any special character it get conflict with CommandText Syntax and generates error in inserting. I want to insert all these characters. How could i do it?

Code:

[code]....

View 1 Replies

ADO.NET :: Incorrect Syntax Near ')'.

Dec 2, 2010

Server Error in '/' Application.

Incorrect syntax near ')'.
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.SqlClient.SqlException: Incorrect syntax near ')'.

Source Error:

[Code]....

Line 25:SqlDataAdapter sda = new SqlDataAdapter(cmd);Line 26:DataSet ds = new DataSet();Line 27:sda.Fill(ds);Line 28:Label1.Text = ds.Tables.Count.ToString();Line 29:

View 3 Replies

ADO.NET :: Getting Error / Incorrect Syntax Near ''

Nov 14, 2010

I keep getting the error: 'Incorrect Syntex near 'treatmentMedication'. Syntex error:

[Code]....

This is my class code:

[Code]....

View 2 Replies

SQL Server :: Incorrect Syntax Near BlnIsActiveST?

Jul 17, 2010

basically i created a form to suspend or activate user accounts in sql:

UPDATE membermanagement2
SET blnIsActiveST='True'
WHERE intUserIdUS= pintUserID

when i test this form on SQL server 2005 it works!!! but when i bring it over to visual studio... this error always comes out

there are 3 forms involve in this

[code]....

View 3 Replies

SQL Server :: Incorrect Syntax Near 'apply'

Jan 5, 2011

I have a UDF called Split which accepts a comma separated list and returns a table variable splitting the values in a row. So for ex if I call the function

Select * From dbo.Split('100,287,312', ',')

The output of this query will be

ID-----Value
1------100
2------287
3------312

Now I am trying to use cross apply to return each row for each csv but I am getting an error Line 3: Incorrect syntax near 'apply'.

Here is my query

select c.course_id, c.course_title, b.*
from course c cross apply dbo.[Split](c.foreign_lang_equiv_course_id, ',') As b

View 2 Replies

SQL Server :: Incorrect Syntax Near The Keyword 'else'?

Mar 26, 2011

I am unable to find out what's wrong in this stored procedure...it says Incorrect syntax near the keyword 'else'.

07/09/2010 WEGMANS #098 Q02 STATE COLLEGE PA
$5.96

07/12/2010 WAL-MART #1640 QPS STATE COLLEG PA
$21.07

You are sharing a picture (58.7 KB) with 2venkatesh

cutie.jpg 2venkatesh declined the offer 2venkatesh is busy. You are sharing a picture (107.4 KB) with 2venkatesh

151377447_1d4ec57c68.jpg 2venkatesh declined the offer.You are sharing a picture (58.7 KB) with 2venkatesh

cutie.jpg 2venkatesh declined the offer

2venkatesh who are you buddy in my gtalk? who are the people in those pics?

12860701286070128607012860701286070128607012860701286070128607012860701286070[code]...

View 2 Replies

Web Forms :: Updating.Incorrect Syntax ?

Oct 8, 2010

I am wishing to update the existing database value by 1.I am fresher, please modify the below given code to work well, please don't reply alogorithms.I think I am missing to mention couple of lines or else.

Error: Error occured while updating.Incorrect syntax near

View 1 Replies

Web Forms :: Incorrect Syntax Near Keyword Between

Mar 26, 2012

When I use single text box for date it work fine but when a'm check between two dates it gives error this is my code

Dim adp As New SqlDataAdapter("select EmplID='" + TextBox1.SelectedValue + "', date between ='" &
TextBox2.Text & "' and '" & TextBox3.Text & "' ,RESULT = CASE WHEN exists(select * from AtdRecord where RecDate between ='" & TextBox2.Text & "' and '" & TextBox3.Text & "'  and EmplID='" + TextBox1.SelectedValue + "')
THEN ('P')ELSE ('A ' ) END,ResultType= CASE WHEN exists (select * from AtdRecLeave where StDate between = '" + TextBox2.Text & "'and '" & TextBox3.Text & "' and EmplID='" + TextBox1.SelectedValue + "')
THEN (SELECT ResultType FROM AtdRecLeave WHERE EmplID='" + TextBox1.SelectedValue + "'
and stDate between = '" + TextBox2.Text & "' and '" & TextBox3.Text & "') else ('-') END", con)eror=

Incorrect syntax near the keyword 'between'.Incorrect syntax near '='.Incorrect syntax near '='.Incorrect syntax near '='.

View 1 Replies

Getting This Error Incorrect Syntax Near ','when Try To Insert Row In Sql Database?

Jan 1, 2011

i am getting this error incorrect syntax near ',' when i try to insert row in sql database through vb.net. the same command works for all tables but i get error in this.

VBNET Code:
Dim cmd1 As New SqlCommand
cmd1 = New SqlCommand("insert into
[code]......

View 4 Replies

C# - Why Get An "Incorrect Syntax Near The Keyword INNER'' Error

Mar 11, 2011

In SQL Query Analyzer I run this statement and I don't get anny error:

string select = "SELECT " +
"aanvrager.werknemersnaam AS melder , hd_aanvragen.aanvraag_titel, " +
"hd_aanvragen.aanvraag_omschrijving, hd_aanvraag_fase.fase_datum, " +
"hd_melding_niveau_1.niveau_omschrijving AS 'Niveau 1', " +
"hd_melding_niveau_2.niveau_omschrijving AS 'Niveau 2', " +
"hd_aanvragen.outlook_id" +
"FROM hd_aanvragen " +
"INNER JOIN hd_meldingen ON hd_meldingen.melding_id = hd_aanvragen.melding_id " +
"INNER JOIN hd_melding_niveau_1 ON hd_melding_niveau_1.niveau1_id = hd_meldingen.niveau1_id " +
"INNER JOIN hd_melding_niveau_2 ON hd_melding_niveau_2.niveau2_id = hd_meldingen.niveau2_id " +
"INNER JOIN hd_aanvraag_fase ON hd_aanvraag_fase.aanvraag_id = hd_aanvragen.aanvraag_id " +
"INNER JOIN hd_statussen ON hd_statussen.status_id = hd_aanvraag_fase.status_id " +
"INNER JOIN hd_werknemers AS oplosser ON oplosser.werknemer_Id = hd_aanvraag_fase.werknemer_Id " +
"INNER JOIN hd_werknemers AS aanvrager ON aanvrager.werknemer_Id = hd_aanvragen.werknemer_Id " +
"WHERE hd_statussen.status_id = 16";

But if I run this select-statement here: MyDataSource.SelectCommand = select; I get this error: Incorrect syntax near the keyword 'INNER'. 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.SqlClient.SqlException: Incorrect syntax near the keyword 'INNER'.

View 4 Replies

SQL Server :: Incorrect Syntax ' OFFSET ' ! - How To Correct It

Mar 22, 2011

I have a problem and I'm at an impasse. Incorrect syntax ' OFFSET ' ! - how to correct it

View 1 Replies

DataSource Controls :: Getting Incorrect Syntax Error

Apr 27, 2010

[Code]....

Stack Trace:

[Code]....

[code]....

getting Incorrect syntax near error

View 2 Replies

DataSource Controls :: Incorrect Syntax Near Key Word Inner...

May 24, 2010

I hv Writte nA sql Query in whic hi want to use an Inner join as well as THe left OUter Join in it ..i hv written it in the sql server it executes properly.but when i run the same code ..from my application .it starts gving the Error Incorrect Syntax Near Keyword INNER..

[code]....

View 9 Replies

SQL Server :: Incorrect Syntax Near The Keyword 'distinct'

Dec 8, 2010

I have the data below:

id locationid cookieid username IPAddress createdate
1 704 192.168.0.103 2010-12-08 18:11:24.423
2 704 192.168.0.103 2010-12-08 18:13:26.133
3 704 myname@hotmail.com 192.168.0.103 2010-12-08 18:13:47.710
4 704 myname@hotmail.com 192.168.0.103 2010-12-08 18:16:42.730
5 704 myname@hotmail.com 192.168.0.103 2010-12-08 18:17:00.433
6 704 myname@hotmail.com 192.168.0.103 2010-12-08 18:18:09.867
7 1504 myname@hotmail.com 192.168.0.103 2010-12-08 18:26:01.447

Now, I want to select all unique locationid's from a single username, its important that the results can be PAGED and SORTED, I now have:

SELECT * FROM (select ROW_NUMBER() OVER (ORDER BY createdate) as RowNum,
distinct(locationid), l.*
FROM location_views lv
INNER JOIN locations l on l.id=lv.locationid
where lv.username='myname@hotmail.com'
) as info
WHERE RowNum > 0 AND RowNum <= 100

But this throws the error: "Incorrect syntax near the keyword 'distinct'."

View 2 Replies

DataSource Controls :: Incorrect Syntax Near '>' Getting Error

Sep 6, 2010

I am getting a strange error message;

Incorrect syntax near '>'.
I made a listview with some dropdownmenu and selectboxes to select from untill the query shows in the listview.

Now the query goes well and shows the first page of 4 rows as I wanted it.

The pager shows 5 pages and if I a want to click on the next page I get this message.

Incorrect syntax near '>'.
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.SqlClient.SqlException: Incorrect syntax near '>'.

Source Error:

[Code]....

Stack Trace:

[Code]....

[SqlException (0x80131904): Incorrect syntax near '>'.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +2030802 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +5009584 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +234 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2275 System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33 System.Data.SqlClient.SqlDataReader.get_MetaData() +86 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +311 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +987 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +10 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +144 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +319 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92 System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1618 System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +21 System.Web.UI.WebControls.DataBoundControl.PerformSelect() +143 System.Web.UI.WebControls.ListView.PerformSelect() +113 System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +74 System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +66 System.Web.UI.WebControls.BaseDataBoundControl.OnPreRender(EventArgs e) +22 System.Web.UI.Control.PreRenderRecursiveInternal() +103 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<asp:SqlDataSource ID="SqlDataSource4" runat="server"
ConnectionString="<%$ ConnectionStrings:AvcilarEvleri %>"
SelectCommand="SELECT * FROM Tabel1 WHERE ((([Regio_Object] = @Regio_Object) AND ([Plaats_Object] = @Plaats_Object) AND ([Wijk_Object] = @Wijk_Object) AND (Prijsklasse => @Prijsklasse1) AND (Prijsklasse <= @Prijsklasse2)
AND (Prijsklasse =&gt @Prijsklasse3) AND (Prijsklasse <= @Prijsklasse4 AND (Oppervlakte_Object =&gt @Oppervlakte_Object1) AND (Oppervlakte_Object <= @Oppervlakte_Object2)) AND ((Type_Object = @Type_Object1) OR (Type_Object = @Type_Object2) OR
(Type_Object = @Type_Object3)))">
<SelectParameters>
<asp:ControlParameter ControlID="DropSehir1" Name="Regio_Object"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropIl1" Name="Plaats_Object"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropDownList5" Name="Wijk_Object"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropFiyat1" Name="Prijsklasse1"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropFiyat2" Name="Prijsklasse2"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropFiyat3" Name="Prijsklasse3"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropFiyat4" Name="Prijsklasse4"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropMetre1" Name="Oppervlakte_Object1"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropMetre2" Name="Oppervlakte_Object2"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="CheckBoxList1" Name="Type_Object1"
PropertyName="SelectedValue" />
<asp:ControlParameter ControlID="CheckBoxList1" Name="Type_Object2"
PropertyName="SelectedValue" />
<asp:ControlParameter ControlID="CheckBoxList1" Name="Type_Object3"
PropertyName="SelectedValue" />
</SelectParameters>
</asp:SqlDataSource>

And the code;

Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click

Panel1.Visible = False
Panel4.Visible = False
Panel5.Visible = False
Panel6.Visible = False
Panel7.Visible = False
Panel8.Visible = False
Panel9.Visible = False
Panel10.Visible = False
Panel2.Visible = True
Panel3.Visible = True
Dim strchklist As String = ""
Dim li As ListItem
For Each li In CheckBoxList1.Items
If li.Selected Then
strchklist += ",'" & li.Value & "'"
End If
Next
If strchklist = "" Then
Response.Write("No item Selected")
End If
SqlDataSource4.SelectCommand = "SELECT * FROM Tabel1 WHERE ([Regio_Object] = @Regio_Object) AND (Plaats_Object = @Plaats_Object) AND (Wijk_Object = @Wijk_Object) AND (Prijsklasse >= @Prijsklasse3) AND (Prijsklasse <= @Prijsklasse4) AND (Oppervlakte_Object
>= @Oppervlakte_Object1) AND (Oppervlakte_Object <= @Oppervlakte_Object2) AND Kamers_Object IN (" & strchklist.Substring(1) & ")"
SqlDataSource4.DataBind()
End Sub

I am sure it has something to do with the query because and with the checkboxes.

View 7 Replies

SQL Server :: Getting Error Of 'Incorrect Syntax Near 'send'?

Mar 14, 2011

[Code]....

what is problem with this conversation and I am again and again getting error of 'Incorrect syntax near 'send'.

View 2 Replies

Web Forms :: SqlDataAdapter / Incorrect Syntax Near Order

Jun 11, 2012

I Am getting Error "incorrect syntax near Order"

public DataTable GetOrderId()
{
SqlConnection connection = new SqlConnection(ConfigurationManager.ConnectionStrings["MyConnection"].ToString());
MyConnection oconnection = new MyConnection();
DataTable dt = new DataTable();
SqlDataAdapter da = new SqlDataAdapter("select OrderID from Order", connection);
for (int i = 0; i <= dt.Rows.Count; i++)
{
da.Fill(dt);
}
return dt;

View 1 Replies

DataSource Controls :: Delete Command - Incorrect Syntax

Feb 16, 2010

see this code.

[Code]....

"Tbl_Name" is a varaible contain tables name for delete records on an table(at a time Tbl_Name change table name by drop down list)

problem: in SCommand.ExecuteNonQuery() error appear:incorrect syntax near Tbl_Name (i use ado.net connection)

View 2 Replies

System.Data.SqlClient.SqlException: Incorrect Syntax Near ''?

Jan 5, 2011

cmd.Connection = con;
con.Open();
cmd.CommandText = "Update tiit.Enquiry Set Status='" + DropDownList4.SelectedValue + "', NextFollowup='" + TextBox8.Text + "', Remarks='" + TextBox9.Text + "', Name='" + TextBox1.Text + "', Email='" + TextBox2.Text + "', Phone='" + TextBox3.Text + "','','','','', City='" + TextBox4.Text + "', Country='" + TextBox5.Text + "', Course='" + TextBox6.Text + "', Comments='" + TextBox7.Text + "', Cost='" +TextBox14.Text+ "' where SN='" + HiddenField1.Value + "'";
int i = cmd.ExecuteNonQuery();
con.Close();

View 3 Replies

DataSource Controls :: Error Message: Incorrect Syntax Near ','

Jun 23, 2010

Can someone please tell me what normally causes this error message (stack trace at bottom of this post)? I can't even tell what line or what page is producing the error.

Following are the relevant (I think) 2 code procedures...the Update command below seems to "work", because later I see that the image is updated---but I can't immediately see that: I get the above error message.

'FormView.ItemUpdating Event
Protected Sub AdvertisementForm_ItemUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewUpdateEventArgs) Handles AdvertisementForm.ItemUpdating
' Get the connection string from Web.config.
Using conn As New SqlConnection(ConfigurationManager.ConnectionStrings("MyDatabaseConnectionString").ToString())
' Create a command object.
Dim cmd As New SqlCommand()
' Assign the connection to the command.
cmd.Connection = conn
' Set the command text
' SQL statement or the name of the stored procedure.
cmd.CommandText = "UPDATE Advertisements SET UserName = @UserName, Age = @Age, Avatar = ISNULL(@Avatar, Avatar) WHERE UserId = @UserId"
' Set the command type
' CommandType.Text for ordinary SQL statements;
cmd.CommandType = CommandType.Text
' Get the person ID, first name and last name from the
' EditItemTemplate of the FormView control.
Dim strUserId As String = DirectCast(AdvertisementForm.Row.FindControl("UserIdTextBox"), TextBox).Text
Dim strUserName As String = DirectCast(AdvertisementForm.Row.FindControl("UserNameTextBox"), TextBox).Text
Dim strAge As String = DirectCast(AdvertisementForm.Row.FindControl("AgeTextBox"), TextBox).Text
' Append the parameters to the SqlCommand and set values.
cmd.Parameters.Add("@UserId", SqlDbType.UniqueIdentifier).Value = Guid.Parse(strUserId)
cmd.Parameters.Add("@UserName", SqlDbType.NChar).Value = strUserName
cmd.Parameters.Add("@Age", SqlDbType.NChar).Value = strAge
' Find the FileUpload control in the EditItemTemplate of
' the FormView control.
Dim uploadAvatar As FileUpload = DirectCast(AdvertisementForm.FindControl("uploadAvatar"), FileUpload)
If uploadAvatar.HasFile Then
' Append the Picture parameter to the SqlCommand.
' If a picture is specified, set the parameter with
' the value of bytes in the specified picture file.
cmd.Parameters.Add("@Avatar", SqlDbType.VarBinary).Value = uploadAvatar.FileBytes
Else
' Append the Picture parameter to the SqlCommand.
' If no picture is specified, set the parameter's
' value to NULL.
cmd.Parameters.Add("@Avatar", SqlDbType.VarBinary).Value = DBNull.Value
End If
' Open the connection.
conn.Open()
' Execute the command.
cmd.ExecuteNonQuery()
End Using
' Switch FormView control to the ReadOnly display mode.
AdvertisementForm.ChangeMode(FormViewMode.ReadOnly)
' Rebind the FormView control to show data after updating.
BindFormView()
End Sub
Private Sub BindFormView()
' Get the connection string from Web.config.
Using conn As New SqlConnection(ConfigurationManager.ConnectionStrings("MyDatabaseConnectionString").ToString())
' Create a DataSet object.
Dim dsPerson As New DataSet().
' Create a SELECT query.
Dim strSelectCmd As String = "SELECT UserId, Avatar FROM Advertisements"
' Create a SqlDataAdapter object
Dim da As New SqlDataAdapter(strSelectCmd, conn)
' Open the connection
conn.Open()
' Fill the DataTable named "Advertisements" in DataSet with the rows
' returned by the query.
da.Fill(dsAdvertisements, "Advertisements")
Dim dsAdvertisements As DataSet = New DataSet()
' Bind the FormView control.
AdvertisementForm.DataBind()
End Using
End Sub
Server Error in '/www.mywebsite.com' Application.
Incorrect syntax near ','.
[Code]....
Stack Trace: [Code]....

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved