Recent content by lechip

  1. L

    Search Results in VB2010

    Hi guys! I'm developing a VB2010 application that links to an Access2003 Database. I want to be able to show multiple search results as a standard search Form in Access2003. Any suggestions in fetching/displaying the results?
  2. L

    Validation, at application or at Database

    So i have tables where fields will have to be selected between a fixed set of values. Lets say a delivery of a Package of a book can be either "normal", "urgent" or "VIP". Access allows this through the creation of fields with the Lookup Wizard. The question is, OUTSIDE Access, should i make...
  3. L

    Dijunctive searches

    its an interesting way, will keep it in mind, thanks Lightwave!
  4. L

    is Possible to use Access 2003 with VB2010?

    Well by my guess Microsoft must have some kind of technology or way to map an Object Oriented architecture into a RDBMS so I'm guessing I'll find a solution eventually. Thanks for the help a lot mate! Cheers!:)
  5. L

    is Possible to use Access 2003 with VB2010?

    Anyways, i have another question. My application is going to be implemented using the 3 level architecture, so i need to know a good way to map from objects to Access in VB2010. In Java i use Hibernate. Any suggestions?
  6. L

    is Possible to use Access 2003 with VB2010?

    Its a corporate problem, i would rather have SQL obviously, migrate the database from MSAccess2003 to SQL and work with VB2010 on top of SQL2008. Its more of a bureaucratic problem. Anyways the program is rather simple (controls a physical storage of an archive), yet the number of records is...
  7. L

    Dijunctive searches

    So I'm developing an application where disjunctive searches are required, i.e: Someone looks for a document. Yet the person could have its ID and the title OR the Author and the Project of the document, OR more data related. How have you guys dealt with such scenarios in the past? have any tips...
  8. L

    is Possible to use Access 2003 with VB2010?

    Hello! I'm rather new in the developing with VB, i usually use Java. I'm in a project where an Old Database stored in Access 2003 must be used to develop an application. The selected technology is VisualBasic 2010 (particularly with the Express edition IDE). Is such combination possible? Thanks!
Back
Top Bottom