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();
U
usman_070
@usman_070
Posts
-
plz tell me why Syntax error in FROM clause is occuring -
ftp link library in VC++?can any one tell me the ftp link library in VC++
-
how to open a dialog box from another dialog box so that both can be activatedplz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.
-
how to open dialog from other dialog boxhow to open a dialog box from another dialog box using MFC
-
how to get username of a systemplz tell me how to find the username of a system,i m working in console application using winsock header file.
-
question for munklefishthere is no control validator in toolbar.did u mean custom validator?
-
want to know regular expression syntax?what regular expression syntax i would use so that a user can only enter characters in a text box and digits will not be accepted. thanks -- modified at 6:22 Saturday 24th December, 2005