Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
Question2d drawing (visualstudio2005) [modified] Pin
lor3n7o3-May-09 2:11
lor3n7o3-May-09 2:11 
AnswerRe: 2d drawing (visualstudio2005) Pin
Henry Minute3-May-09 2:21
Henry Minute3-May-09 2:21 
GeneralRe: 2d drawing (visualstudio2005) Pin
lor3n7o3-May-09 3:44
lor3n7o3-May-09 3:44 
GeneralRe: 2d drawing (visualstudio2005) Pin
Henry Minute3-May-09 4:00
Henry Minute3-May-09 4:00 
GeneralRe: 2d drawing (visualstudio2005) Pin
lor3n7o3-May-09 4:15
lor3n7o3-May-09 4:15 
GeneralRe: 2d drawing (visualstudio2005) Pin
Henry Minute3-May-09 4:24
Henry Minute3-May-09 4:24 
GeneralRe: 2d drawing (visualstudio2005) Pin
lor3n7o3-May-09 4:34
lor3n7o3-May-09 4:34 
QuestionError related access-" Record(s) cannot be read; no read permission on 'MSysObjects '" Pin
KIDYA3-May-09 2:08
KIDYA3-May-09 2:08 
Hi
I want to populate a combobox with the name of the tables of one access database. I use the following statment

I get stuck on the error Record(s) cannot be read; no read permission on 'MSysObjects'.

Any help?

My code:
<
Database db;
OleDbConnection cn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\DB1.mdb");
OleDbDataAdapter adt;
DataSet ds;
cn.Open();

adt = new OleDbDataAdapter("select name from msysobjects where type=1 and flags=0", cn);
ds = new DataSet();
adt.Fill(ds);
comboBox1.DataSource = ds;
>
AnswerRe: Error related access-" Record(s) cannot be read; no read permission on 'MSysObjects '" Pin
MumbleB3-May-09 2:54
MumbleB3-May-09 2:54 
QuestionAre "Master pages" ASP.NET's answer to Template Engine for .NET 2.0? Pin
Member 3653373-May-09 2:00
Member 3653373-May-09 2:00 
AnswerRe: Are "Master pages" ASP.NET's answer to Template Engine for .NET 2.0? Pin
saanj3-May-09 21:21
saanj3-May-09 21:21 
QuestionGenerics return type cannot cast. Pin
NT9863-May-09 0:40
NT9863-May-09 0:40 
AnswerRe: Generics return type cannot cast. [modified] Pin
Thomas Weller3-May-09 5:27
Thomas Weller3-May-09 5:27 
AnswerRe: Generics return type cannot cast. Pin
PIEBALDconsult3-May-09 5:31
mvePIEBALDconsult3-May-09 5:31 
Questionhelp Pin
hotthoughtguy2-May-09 23:09
hotthoughtguy2-May-09 23:09 
AnswerRe: help Pin
Eddy Vluggen2-May-09 23:49
professionalEddy Vluggen2-May-09 23:49 
GeneralRe: help Pin
hotthoughtguy3-May-09 1:07
hotthoughtguy3-May-09 1:07 
GeneralRe: help Pin
Eddy Vluggen3-May-09 1:51
professionalEddy Vluggen3-May-09 1:51 
GeneralRe: help Pin
Dave Kreskowiak3-May-09 4:19
mveDave Kreskowiak3-May-09 4:19 
QuestionI want to control some hardware by internet Pin
rashed.info2-May-09 21:35
rashed.info2-May-09 21:35 
AnswerRe: I want to control some hardware by internet Pin
Mycroft Holmes2-May-09 23:45
professionalMycroft Holmes2-May-09 23:45 
AnswerRe: I want to control some hardware by internet Pin
Eddy Vluggen2-May-09 23:46
professionalEddy Vluggen2-May-09 23:46 
QuestionUnable to find a version .......... [modified] Pin
Thaer Hamael2-May-09 20:39
Thaer Hamael2-May-09 20:39 
AnswerRe: Unable to find a version .......... Pin
Luc Pattyn3-May-09 0:25
sitebuilderLuc Pattyn3-May-09 0:25 
GeneralRe: Unable to find a version .......... Pin
Thaer Hamael3-May-09 1:08
Thaer Hamael3-May-09 1:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.