Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. plz tell me why Syntax error in FROM clause is occuring

plz tell me why Syntax error in FROM clause is occuring

Scheduled Pinned Locked Moved ASP.NET
databasehelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    usman_070
    wrote on last edited by
    #1

    string str="Provider=Microsoft.Jet.OLEDB.4.0;"; str+=@"Data Source=C:\info.mdb"; OleDbConnection con=new OleDbConnection(str); string sql="SELECT * FROM user"; OleDbDataAdapter ada=new OleDbDataAdapter(sql,con); DataSet ds =new DataSet("ds"); ada.Fill(ds,"user");****error occurs in this line Repeater1.DataSource=ds.Tables["user"].DefaultView; DataBind();

    G S 2 Replies Last reply
    0
    • U usman_070

      string str="Provider=Microsoft.Jet.OLEDB.4.0;"; str+=@"Data Source=C:\info.mdb"; OleDbConnection con=new OleDbConnection(str); string sql="SELECT * FROM user"; OleDbDataAdapter ada=new OleDbDataAdapter(sql,con); DataSet ds =new DataSet("ds"); ada.Fill(ds,"user");****error occurs in this line Repeater1.DataSource=ds.Tables["user"].DefaultView; DataBind();

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      "User" is a reserved keyword in SQL.

      --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • U usman_070

        string str="Provider=Microsoft.Jet.OLEDB.4.0;"; str+=@"Data Source=C:\info.mdb"; OleDbConnection con=new OleDbConnection(str); string sql="SELECT * FROM user"; OleDbDataAdapter ada=new OleDbDataAdapter(sql,con); DataSet ds =new DataSet("ds"); ada.Fill(ds,"user");****error occurs in this line Repeater1.DataSource=ds.Tables["user"].DefaultView; DataBind();

        S Offline
        S Offline
        safat
        wrote on last edited by
        #3

        put the user as [user] and try again

        :mad:
        Sathik

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups