C#代码出错请各位高手帮忙改正。急!急!急!

问题描述

我刚学C#不久,写了一段代码,在编译时没有错误,一运行时就提示错误,请各位高手帮忙改正一下,万分感谢!下面是那段代码:privatevoidbutton1_Click(objectsender,EventArgse){stringsql=string.Format("select*fromvegtable1wherevegnolike'%{0}%',vegnamelike'%{1}%'",txtname1.Text,txtno2.Text);try{DBHelper.con.Open();SqlCommandcmd=newSqlCommand(sql,DBHelper.con);SqlDataReaderreader=cmd.ExecuteReader();运行时这一行提示附近有语法错误!lvData.Items.Clear();if(reader.Read()){stringno=(string)reader[0];stringname=(string)reader[1];//intdate=(int)reader[2];ListViewItemitem=newListViewItem(name);item.SubItems.AddRange(newstring[]{no.ToString(),name});lvData.Items.Add(item);}reader.Close();}catch(Exceptionex){MessageBox.Show(ex.Message);}finally{DBHelper.con.Close();}}

解决方案

解决方案二:
楼主不给分的话就没动力回答了··呵呵
解决方案三:
stringsql=string.Format("select*fromvegtable1wherevegnolike'%{0}%',vegnamelike'%{1}%'",txtname1.Text,txtno2.Text);应改为:stringsql=string.Format("select*fromvegtable1wherevegnolike'%{0}%'andvegnamelike'%{1}%'",txtname1.Text,txtno2.Text);
解决方案四:
publicstaticvoidBB(){SqlDataReadermyReader=null;SqlConnectionmySqlConnection=newSqlConnection("数据连接");SqlCommandmySqlCommand=newSqlCommand("select*fromcustomers",mySqlConnection);try{mySqlConnection.Open();myReader=mySqlCommand.ExecuteReader();while(myReader.Read()){Console.Write(myReader["CustomerID"].ToString()+"");Console.WriteLine(myReader["CompanyName"].ToString());}}catch(Exceptione){Console.WriteLine(e.ToString());}finally{if(myReader!=null)myReader.Close();if(mySqlConnection.State==ConnectionState.Open)mySqlConnection.Close();}}

这写没有错~~
解决方案五:
哦~~原来是sql语句有语法错误。。。。。

时间: 2024-10-23 18:55:31

C#代码出错请各位高手帮忙改正。急!急!急!的相关文章

asp+access代码出错 请高手指导

问题描述 asp+access代码出错 请高手指导 <%if rs.eof and rs.bof then response.Write("暂时没有信息") else Do Until rs.Eof response.Write("联系人:"& rs("联系人")) If vipuser = 0 Then response.Write("电话:"& rs("电话")) Else If

ajaxpro 验证出现的一点问题,比较奇怪,请各位高手帮忙解决

问题描述 这个是代码<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="ajaxtest.aspx.cs"Inherits="ajaxtest"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xh

javaweb ssi框架-请各位高手帮忙解答,谢谢。

问题描述 请各位高手帮忙解答,谢谢. 做一个点菜系统,当在页面中选择checkedbox(就是菜品)并提交,此时需要在后台记录菜品选中次数加1 解决方案 你这种提问方式完全是无效的.好比你在设计一座大楼,什么都不知道,你现在问电梯按在哪里,这怎么回答呢?你这个完整的系统谁知道哪是哪,又怎么知道你哪里什么东西怎么+1,如果系统完全不是你开发的,建议你问现有代码的开发者, 解决方案二: 菜品次数是在数据库中吗?

231-用VS08来使用C语言发生的错误,请各位高手帮忙

问题描述 用VS08来使用C语言发生的错误,请各位高手帮忙 #include #define N 3 struct stu { int num; char name[20]; int score[4]; } void main( ) { int i,k; struct stu s[N]; for(i=0;i<N;i++) { scanf("%d%s%d%d%d",&(s[i].num),s[i].name,&(s[i].score[0]),&(s[i].s

急求php机票接口源码,请各位高手帮忙

问题描述 急求php机票接口源码,请各位高手帮忙 本人初学PHP,不知如何弄,请各位老师指点,现需做一机票查询页,接口测试地址:http://wstest.51book.com:55779/ltips/services/getAvailableFlightService1.0?wsdl AvailableFlightWithPriceRequest(请求参数) 参数名称 中文含义 类型 必填 备注 agencyCode 公司代码 String 是 接口开通账号 sign 验证信息 String

无法将类型“System.Data.DataSet”隐式转换为“WebApplication1.DataSet2” 在线等,请各位高手帮忙

问题描述 namespaceWebApplication1{publicpartialclasshhhhhh:System.Web.UI.Page{///<summary>///sqlhelp的摘要说明///</summary>publicstaticclasssqlhelp{privatestaticstring_connstr="datasource=xzdb;uid=zc;pwd=zc;Unicode=True";publicstaticstringcon

drawpath-只有20行代码!请大神帮忙看看,为什么drawPath( )会失效,但drawCircle( )却管用

问题描述 只有20行代码!请大神帮忙看看,为什么drawPath( )会失效,但drawCircle( )却管用 public class Hehe extends View { Path p; Paint p1; public Hehe(Context context AttributeSet attrs) { super(context attrs); // TODO Auto-generated constructor stub p=new Path();//定义一个路径 p.moveTo

spring和hibernate整合出错,请大神帮忙解决,谢谢

问题描述 spring和hibernate整合出错,请大神帮忙解决,谢谢 <!-- Hibernate和spring整合的配置 配置SessionFactory --> <!-- 指定hibernate的配置文件位置 --> <!-- 配置c3p0数据库连接池 --> <!--通过反射设置set方法--> <!-- 数据连接信息 --> <!-- 其他配置 --> <!-- 初始化时获取三个连接,取值应在minPoolSize与

...-db2转码ccsid 一直出错 请大神帮忙

问题描述 db2转码ccsid 一直出错 请大神帮忙 10C 各位大神,跪求帮忙.我想用select检索一个项目并转码,我写的是这样的,select cast(name as varchar(100) ccsid 1208) from table.一直报错.我想要的结果就是我写的SQL这样.谢谢 解决方案 http://blog.csdn.net/wanglianqing329/article/details/37601985