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 gkittelson 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. VisualLite

    Simple code to create a excel sheet

    Everywhere I search its all different than the first. I just need the basic code to create a excel worksheet.
  2. VisualLite

    Can I create a dll without it registering on my machine?

    Just wanted to know if it is possbile to create a dll from a vb project without it automatically registering on your machine? Thanks
  3. VisualLite

    Setting Db field properties with vb code at runtime

    It works, but one problem. All the tables that need to be created and added to are on our clients machines. The program that uses the database does not have reference to ADOX. We would have to create all new installables to add those files to our clients' PC's, but thanks anyway its always...
  4. VisualLite

    Setting Db field properties with vb code at runtime

    Thanks for the information everyone. I believe this will work. I will get busy on it and let you all know how it is going. Thanks again. VisualLite
  5. VisualLite

    Setting Db field properties with vb code at runtime

    I'm using ADO. Here is a line from my code.. .CommandText = "CREATE TABLE tblInventoryList (InventoryListID Counter, InventoryItem Text(254), Category Text(50), QuantityLeft Single, Price Currency, Constraint constr PRIMARY KEY (InventoryListID))" .Execute For example say I wanted...
  6. VisualLite

    Setting Db field properties with vb code at runtime

    I need to set some field properties for the table i created, such as allowing zero length and alowing duplicates. Have searched everywhere.
  7. VisualLite

    DAO, recordset 'Type mismatch error 13"

    I've had this problem for 3 weeks, but I have finally got it. Make reference to the DAO 3.6 object library and move its priority up as much as you can and it should work.

Part and Inventory Search

Back
Top