Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. terryomag

    How do I collect data from an Access DB using VB.Net

    Dear earthandfire, I am trying to get your code to work, but I keep getting an OleDbException error on the statement . axsconn.open() . It says "OleDbException in system.data.dll" . Any suggestions?? Thanks.
  2. terryomag

    How to: Get data from ACCESS into an array ?

    I have my data in an ACCESS database. I know how to use a Datagrid to display the data, but I need to get the contents of the rows and columns into arrays (in a VB.Net program) so I can manipulate the data. How can I do this? Sorry if this is a third-grade question.
  3. terryomag

    Getting data from an ACCESS DB

    I have my data in an ACCESS database. I know how to use a Datagrid to display the data, but I need to get the contents of the rows and columns into arrays (in a VB.Net program) so I can manipulate the data. How can I do this? Sorry if this is a third-grade question.
  4. terryomag

    Form1.vb Design is gone

    In your Solution Explorer window (upper right-hand corner of screen), you should see icons to view code, view designer, etc.) Just selecting one of these icons should open the widow you need.
  5. terryomag

    How do I collect data from an Access DB using VB.Net

    I have a fairly simple Access database, and I need to pull some of the fields from it, do some calculations and generate a report. I'd like to have a code example of how to recognize the database, how to open it for input, read selected valued from it, and then close it. I will NOT be updating...
  6. terryomag

    How do I read from a simple Access DB in code?

    I have a fairly simple Access database, and I need to pull some of the fields from it, do some calculations and generate a report. I'd like to have a code example of how to recognize the database, how to open it for input, read selected valued from it, and then close it. I will NOT be updating...

Part and Inventory Search

Back
Top