blah blah blah is here! blah blah » Close

0
votes
1 answers

incorrect syntax near 'FROM'

Hi friends kindly tell what wrong with this code. I am getting "incorrect syntax near 'FROM'" Error or Exception message. [code] // SQL Sever Express Data Base Connection System.Data.SqlClient.SqlConnection con ...

2
votes
2 answers

Syntax problem in C#

I'm using Visual Studio C# 2010 Express. My code: string clave = txtBuscar.Text.Trim(); dta = new OleDbDataAdapter("Select * from cursos where nombre LIKE '" + clave + "%' || acudiente LIKE '" + clave + "%' || ...

0
votes
2 answers

C# syntax

What am I doing wrong. I know that String.Parse is not right but I don't know the proper syntax. Console.Write("Weight of package: "); weightOfPackage = Double.Parse(Console.ReadLine()); Console.Writ ...

0
votes
2 answers

Syntax Checker

Dear All, My application runs with input from a text file. So it parse the text file, and then use the value inside to do several things. But last time, a typo occured, and the application shows and error. Lucky I put exception to th ...

Feedback