| | |
Mini Project in VB.NET
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
A class generator.
INPUT connection string and table name.
OUTPUT a .vb class file with members, insert/update/delete methods for the given table
so if you had in the db
address
line1 varchar(32)
line2 varchar(32)
your generator would produce:
I'm a c# programmer so you'll have to excuse my rubbish VB syntax but you get the idea I hope.
This will not only give you a project for your studies, but will have real use for you in the real world afterwards.
INPUT connection string and table name.
OUTPUT a .vb class file with members, insert/update/delete methods for the given table
so if you had in the db
address
line1 varchar(32)
line2 varchar(32)
your generator would produce:
VB.NET Syntax (Toggle Plain Text)
class address private line1 as string private line2 as string public InsertAddress() Dim sql as string sql = "insert into address(line1, line2) values('" & line1 & "','" & line2 & "')" end sub : : end class
I'm a c# programmer so you'll have to excuse my rubbish VB syntax but you get the idea I hope.
This will not only give you a project for your studies, but will have real use for you in the real world afterwards.
Last edited by hollystyles; Jul 27th, 2006 at 5:34 am.
•
•
Join Date: Aug 2004
Posts: 19
Reputation:
Solved Threads: 0
Hi,
You can develop a module of ERP which is currently hot in the IT market. This will help you to appear for ERP related job interviews. Develop a module like Accounting/ Inventory using vb.net and SQL server 2000/2005 with a focus on database connections using ADO.net, OOPs Programming, multi-tier architercture and reporting.
For your information, the Title:"Develop an accounting package using Visual basic and SQL sever 2000 (Client/Server) can give you a headstart.
Regards
bhar
You can develop a module of ERP which is currently hot in the IT market. This will help you to appear for ERP related job interviews. Develop a module like Accounting/ Inventory using vb.net and SQL server 2000/2005 with a focus on database connections using ADO.net, OOPs Programming, multi-tier architercture and reporting.
For your information, the Title:"Develop an accounting package using Visual basic and SQL sever 2000 (Client/Server) can give you a headstart.
Regards
bhar
"Threepio! Shut down all the garbage mashers on the detention level! Shut down all the garbage mashers on the detention level!"
Here's a project for someone.
"close thread where title is matched by "project" and age is greater than 3 months".
That should slow down the "me too" brigade from the grave digging.
Here's a project for someone.
"close thread where title is matched by "project" and age is greater than 3 months".
That should slow down the "me too" brigade from the grave digging.
![]() |
Similar Threads
- Mini Project Using C (C++)
- help regarding mini project (Networking Hardware Configuration)
- suggestions for a mini project ?? (Visual Basic 4 / 5 / 6)
- mini project (Community Introductions)
- suggest me online mini project topic (ASP)
- mini project on vb+access (Community Introductions)
Other Threads in the VB.NET Forum
- Previous Thread: SQL Server 2005 express connection error
- Next Thread: date format in vb.net
Views: 48999 | Replies: 22
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code combobox component convert crystalreport data database databasesearch datagrid datagridview design designer dissertation dissertations dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy highlighting images inline insert installer intel internet listview mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project save searchbox searchvb.net select serial server soap sorting studio syntax table tcp text textbox time timer toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf






