Software Inventory System
Wednesday, September 23, 2009 - 15:00
Language:
Visitors have accessed this post 10525 times.
Simple Software Inventory System. This is just a simple program who will help beginners in visual basic 6.
Download Code:
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
hotel management system
hy gud day..
i had downloaded one of your vb works - Hotel Management System as one of my references for my school programming project,but as i run it,it had ask for a crystal report 8.5 version, but i installed a 9.0 version,den still the error was der..wat other solutions should i make???plz reply..thank you so much
hi...
what's the exact error?
maybe you need to install crystal rpt v8.5
re: hotel management system
There's a compatibility issue with version 8 & 9. So better use 8.5.
Inquiry
Hi! I downloaded the inventory system. What is the username and password?
Thank you,
Oliver
User Name: admin Password:
User Name: admin
Password: admin
Ows
HI!!!! Bakit Ba Mahirap Mag-ProgrammiNg Sana May ang daming query!!!T_T saNa may makuha akong work pag grad ko d2...............
wag kang mawalan ng pag asa
parihas lng tau huhuhuhuhuT_T
rs.open localsql, conn
hi good day,
i tried making a new form with the exact codes, database on access, textbox, etc. but still i dont understand the error "no value given for one or more required parameters". thanks.
rs.open localsql, conn
hi good day,
i tried making a new form with the exact codes, database on access, textbox, etc. but still i dont understand the error "no value given for one or more required parameters". thanks.
re: rs.open localsql, conn
This error sometimes caused by misspelling or a reserved word like Currency, Data, etc.
If you are using a reserved word in your field name try putting a bracket like:
SELECT ID, [Date] FROM Table
rs.open localsql, conn
thanks a lot. I edited the words.
and sorry again to bother but there is another error occured. there is a syntax error but it's actually the same syntax error i copied in this system. thanks again.
Add new comment