•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 426,464 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,242 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 752 | Replies: 2
![]() |
•
•
Join Date: Aug 2007
Posts: 28
Reputation:
Rep Power: 2
Solved Threads: 0
OleDbConnection cn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\tblImp\\db1.mdb");
cn.Open();
DataSet ds = new DataSet();
OleDbDataAdapter da = new OleDbDataAdapter("select * from tblImp", cn);
da.Fill(ds, "tblImp");
tablecontrol.datasource() = ds.Tables[0];
tablecontrol.DataBind();
table is not populated with data from access database.
help me plz.
cn.Open();
DataSet ds = new DataSet();
OleDbDataAdapter da = new OleDbDataAdapter("select * from tblImp", cn);
da.Fill(ds, "tblImp");
tablecontrol.datasource() = ds.Tables[0];
tablecontrol.DataBind();
table is not populated with data from access database.
help me plz.
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Table Control (ASP.NET)
- assignment help (Database Design)
- maximum no of column in a table (Oracle)
- tictactoe help..i dunno wats wrong...i need some1 to correct it...it has some error. (C#)
- hangman revised (VB.NET)
- My HJT log (Viruses, Spyware and other Nasties)
- need help in error (PHP)
- Why is this happening to my table????!!!! (HTML and CSS)
- wats wrong with imesh??? (Windows NT / 2000 / XP / 2003)
Other Threads in the ASP.NET Forum
- Previous Thread: ideas about projects in asp.net
- Next Thread: I want to create text file on clients local drive.Please help.


Linear Mode