can u help me plz people with this problem? i have 2 checl boxes bol1 and bol2 and i stored a record after ticking one of them and now i want to make a function to retrive what i stored in the access data base in check boxs as well according to the ID. the table name is check_table and the columns names are "bol1 , bol2" the type is (yes,no).

Recommended Answers

All 3 Replies

Use GetBoolean() method of DataReader.

...
  var1=daraRead.GetBoolean(1)
  ...

Hi i have a problem where i want to use 2 radio buttons to view sum data related to them. e.g. if i select DVD then all the dvd's listed in my database must display, and if select CD then all cd's will be displayed on my data grid(2 radio buttons 1.DVD 2.CD). The problem is that the details of DVD and CD are in a column name called "Album_types".

So how do i view my data by selecting either options to view the related information in my data grid?

Dear darthswift00
Please open up your own thread dont post your problem in some one else post.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.