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 Wanet Telecoms Ltd 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. barbs2

    Connection paths with DB

    Cool that worked, cheers. Sorry to be a pain but using this method how do I link a database field to a text box. For eg using the vb properties box of the textbox you select the ado control in the data source box and the data field property in the data field?
  2. barbs2

    Connection paths with DB

    When I do this I get an error saying "data source name not found and no default driver specified"?
  3. barbs2

    Connection paths with DB

    Is there any way to make connection paths in the vb Ado control generic? From example hardcoded can look something like below: Data Source=" & App.Path & "\db.mdb Can you do something that will have the same effect on the ado?
  4. barbs2

    Database Connection in vb

    I am using the following connection in VB to connect to an access db: cn.Open ("Provider=Microsoft.jet.oledb.4.0;" & _ "Data Source=" & App.Path & "\db1.mdb") However I am getting a runtime error saying that it cannot find the file but it also states the path to...
  5. barbs2

    DataGrid Question

    How can I get a datagrid to print only a certain set of data, say relating to a date or a number entered into a text or input box. I have tryed a number of sql statements but can't get anything to work.
  6. barbs2

    VB Array Query

    Cheers that will work
  7. barbs2

    VB Array Query

    How do I read information from an access db into an array in vb.
  8. barbs2

    Looping Question

    I am trying to create an order form in Vb. There are text boxes to allow for the entry of quantities of a product required. However they will not all be used all the time so I need a way to save info. from only the full text boxes to the database. Any ideas?? I tryed a loop using a counter...

Part and Inventory Search

Back
Top