Search results for query: *

  • Users: rHasan
  • Content: Threads
  • Order by date
  1. rHasan

    Browsing the tables in an access database

    Hi I want to pass a database path, and display every table name found in an access database, following the column names of every table. How can I do this ? Regards Kapalic
  2. rHasan

    Adding record in related fields

    Hi, I am very new in using sql server and database programming with ado.net. I can't feagure it out, how to add or update data in the relational fields. I have three tables like this - Group Table with GroupID, GroupName field SubGroup Table with SGroupID, SGroupName field Product Table with...
  3. rHasan

    Free training materials

    Can you please locate me some helpful sites to learn about visual basic 2005 and Ado.net 2 ? Is there any site where can I get free ebooks or free chapters on this topics? Articles? Please list some good sites! Regards!!
  4. rHasan

    DataRow Problem

    Can anyone please tell me whats the problem with my DataRow ? dim objNewRow as DataRow = objDataSet.Tables("Color").NewRow() It's telling me instance of the object is not set! Thnx!!
  5. rHasan

    Is this method all right ?

    I've provided the Delete functionality in my form in this way - IfNot IsConnectionOpen() Then OpenConnection() EndIf objCommand = New OleDbCommand("Delete From Color Where ColorID = " & Val(txtID.Text), objConnection) objCommand.ExecuteNonQuery() ShowData() CloseConnection() This system...
  6. rHasan

    Whats the problem in the site?

    Is there any problem happening with this nice site ? For some days, I can't visit this site for the whole time, except once or twice! It says - "Can't find the site?" Whats the problem ? If there any, please fix it asap!
  7. rHasan

    GroupBox Border Color changing

    Can anyone please tell me how to change the border color of a GroupBox Control ? I can't find any option. And how to show a transperant picture on a picturebox control ? When I load a picture in a picturebox control and it overlaps any control, it does not seem transperant, although my picture...
  8. rHasan

    Sql Problem

    I've a table called Attendance which has three fields - CardNo, Date, Time. This table has three record for each card no for one day, like - 003795, 20070216, 080203 003795, 20070216, 020315 003795, 20070216, 170203 How can I show records in a grid like - CardNo, Date, Time, WorkHous? What...
  9. rHasan

    One form for five tables

    I've five table called Buyer, Order, Fabrics, Color, Size which all have two fields of the same data type called ID & Description, like ColorID, ColorDescription etc. I've a form which have a data grid and two text box for display and modifying data. I've some buttons called Add, Update...
  10. rHasan

    Aligning DataGridView contorls Column Header

    I want to align a column to right. I've aligned the cell contents, but can't align the header. Pleasse tell me how to do that! Thnx!!
  11. rHasan

    Datagrid Problem

    I have a form which displays a list of Colors from an access database table in a dataGrid, which has two field - colorID and ColorName. I've two text box in the form too. I want that when I click in a crow in the grid, that data will be displayed in the text boxes. I can then edit the data...
  12. rHasan

    How to use report in visual basic 2005 ?

    Can anyone tell me in details how can I use reporting system in visual basic 2005 using ado.net 2 ? I have a table called Buyer which contains 2 fields - BuyerID and BuyerName. I want to show a roport of all the lists of the buyers in assending order. Please tell me how can I do that? Is...
  13. rHasan

    Connecting to Access 2007 database

    While I try to connect to the access 2007 database, it says that it can't recognize the file format! Any help on how to connect to an access 2007 database using ado.net 2 ? Thnx in advance!
  14. rHasan

    Free VB.Net Books & Resources

    Dear Developers, I am a vb developer was havily angazed in vb 6 programming, and quit the industry several years ago. Now i am back and trying hard to learn the wonderful vb.net 2005 version, and taking serious preparation for the MCTS - Windows Develpoment exam. As there is not much books...
  15. rHasan

    Getting free ebook source information

    Dear Developers, As a developer, we really need to keep us always updated about new technology and technichs, and have to invest lots of time in reading. But it is not always possible to get every good book. But there are lots of free chapters or sometime complete book is found on the net...
Back
Top