i need to design a window form application
-
i dont know how to use vb.net very well especially the coding aspect. and i need to build a window application for collecting data from user and retrieving from the database. i don't know the database to use either sql or Access. i need the coding procedures for building an window application and the way to connect it to the database. thanks
-
i dont know how to use vb.net very well especially the coding aspect. and i need to build a window application for collecting data from user and retrieving from the database. i don't know the database to use either sql or Access. i need the coding procedures for building an window application and the way to connect it to the database. thanks
You could start here 3-tier architecture in C#[^] it's in C# but the concepts should be very much the same.
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns
-
i dont know how to use vb.net very well especially the coding aspect. and i need to build a window application for collecting data from user and retrieving from the database. i don't know the database to use either sql or Access. i need the coding procedures for building an window application and the way to connect it to the database. thanks
If I were you, I'd seriously consider using something like Lightswitch[^] to ease the burden of developing your application.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
i dont know how to use vb.net very well especially the coding aspect. and i need to build a window application for collecting data from user and retrieving from the database. i don't know the database to use either sql or Access. i need the coding procedures for building an window application and the way to connect it to the database. thanks
There are quite a few ways to achieve your goal, which includes the use of ODBC (Which other people still consider, My advice stay away), have a look at ADO EF Tutorial
-
i dont know how to use vb.net very well especially the coding aspect. and i need to build a window application for collecting data from user and retrieving from the database. i don't know the database to use either sql or Access. i need the coding procedures for building an window application and the way to connect it to the database. thanks