Full working database sample.

Hi,

I am trying to learn to build a database in Visual Studio 2005 Expresse.

Building a working apllication with only one table is no problem, but an apllication with related tables is another thing.

For learning purposes I tried to find a working sample on the internet. But didn't find anything. Is there anybody out there who can tell me where to find a working sample with Vb source code to understand how it works.

Many thanks in advance.

Henk




Answer this question

Full working database sample.

  • Limb

    Ken,

    This is not exactly what I mean. If I am a good reader, this is more or less a sample of databinding. What I am looking and searching for is, a working sample with forms inputforms with childforms etc. Such as the Nortwind database.

    I have also an another question. How to search for a specific textstring in a database- row and field. The string contains numbers, characters and spaces. The database contains only one table. If the string is found the whole row must be visible. My knowledge about programming is minimal but I am still learning but slowly

    Henk.



  • Look

    Is this sample on the vb-tips website what you are looking for


  • mister.manners

    Look at this:

    http://msdn.microsoft.com/vstudio/express/sql/starterkit/default.aspx#teacher

    Regards,

  • Full working database sample.