Search results for query: *

  1. Z

    No semi relationships in VB?

    Dear all, I have a dataset schema which is connected to Acess through oledbdataadapter. I have 3 tables customers, complains, products. I don't want product to be updated everytime the complains table gets updated. But the adapter loads only data from complains table which was updated together...
  2. Z

    How Can I change rows in Access database connected to my VB.NET?

    Can you at least give some other suggestions?
  3. Z

    How Can I change rows in Access database connected to my VB.NET?

    Or at least can you suggest alternative ways?
  4. Z

    How to get the newly generated number from Access table

    This is done through Access. Go to access, design view, make a column primary key and assign autonumber as its property. Then, it will show up as autonumber column in vb.net application too!
  5. Z

    How Can I change rows in Access database connected to my VB.NET?

    Hi everyone, I am using Access database connected to my application through oledbdataadapter using wizard. I just got confused how would I find necessary row and column to be changed. For example, what do I do if I want to change row number 1 column name and in name field I want it to be...
Back
Top