Forum: VB.NET Aug 5th, 2006 |
| Replies: 4 Views: 10,828 Hi,
The code for the Button_Click() of Login page.
Sub Button_Click(By Val As Object, By Val As EventArgs)
If IsValid Then
If FormsAuthentication.Authenticate(txtUsername.Text, ... |
Forum: VB.NET Aug 5th, 2006 |
| Replies: 3 Views: 6,716 Hi,
Dim Con As New OleDb.OleDbConnection("Provider=MySQLProv;Data Source=DATABASE;User Id=YOURSQLUSERNAME;Password=YOURSQLPASSWORD;")
Dim Com As New OleDb.OleDbCommand("SELECT * FROM TABLENAME... |
Forum: VB.NET Aug 5th, 2006 |
| Replies: 1 Views: 983 Hi,
The following code segment demonstrates how to create a connect to a Microsoft Access database using an OleDbConnection.
Connection string for MS Access via OLE DB:
Dim connection As... |
Forum: VB.NET Aug 5th, 2006 |
| Replies: 18 Views: 44,640 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... |
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2006 |
| Replies: 16 Views: 23,413 Hi,
When we want to reuse a functionality, Classes can be used. A module for instance, could be used for a particular form only.
In an accounting application a Class can be used in the... |
Forum: VB.NET Jun 15th, 2006 |
| Replies: 1 Views: 34,941 Hi,
1. Network Operating System
Most of us are familiar with a single user application. The entire application runs on a single machine, and many a times to develop a database application... |
Forum: VB.NET Jun 12th, 2006 |
| Replies: 1 Views: 34,941 Hi,
For the benefit of newbies here is a list of all the topics you need to know to program a connection using VB to a SQL Server database and develop a database software.
1. Network... |
Forum: VB.NET Jun 8th, 2006 |
| Replies: 3 Views: 1,545 Hi,
Start with good tutorials or with good books. Try this title:"Database programming using vb.net and sql server", by VK publishers. This books will give you the complete application... |
Forum: VB.NET May 1st, 2006 |
| Replies: 3 Views: 1,437 Hi,
Good books on .net technologies, log on to :http://www.vkinfotek.com.
knowledge is Power
bhar |
Forum: ASP.NET May 1st, 2006 |
| Replies: 6 Views: 7,119 Hi,
Authenticating Users with a Database Table
To support a custom user registration system, we need to store usernames and passwords in a database table, so that we can make this as a scalable... |
Forum: Visual Basic 4 / 5 / 6 Apr 28th, 2006 |
| Replies: 1 Views: 1,408 Hi,
For complete Grid programming, try this title: "Develop an Accounting package using Vb and SQL server, Client/Server version", by VK publishers.
Regards
bhar |
Forum: VB.NET Apr 28th, 2006 |
| Replies: 3 Views: 1,405 Hi,
If she is intrested in Database programming, ask her to refer this Title:"Database programming using VB.Net and SQL server" by VK publishers.
Regards
bhar |
Forum: Computer Science Apr 7th, 2006 |
| Replies: 4 Views: 6,169 Hi,
Application series books published by VK publishers are good.
Regards
Bhar |
Forum: ASP.NET Apr 5th, 2006 |
| Replies: 1 Views: 1,517 Hi,
Visit this link :http://www.vkinfotek.com for good books in ASP.Net
Regards
bhar |
Forum: VB.NET Sep 22nd, 2005 |
| Replies: 3 Views: 12,980 Hi,
This book " Data base programming using vb.net and sqlserver" will help you to develop the full application in .Net.
try this link:http://www.vkinfotek.com
regards
bhar |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2005 |
| Replies: 3 Views: 1,498 Hi,
You can also develop the code for add, modify and delete the records from one form. Try this book Titled:" Develop an accounting package using vb ".
It should help you out. |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2005 |
| Replies: 16 Views: 23,413 Hi,
If you want to develop a complete Database Application using classes, I would advise you to refer this book Titled:" Develop an Accounting package using vb and SQL server 2000".
You can... |
Forum: VB.NET May 17th, 2005 |
| Replies: 6 Views: 28,839 Hi,
Try this code. For MS access, change accordingly.
Purpose :To retrieve data from the database using Data Reader and Data Commands. When this code is executed, the data in a database is... |
Forum: VB.NET Aug 31st, 2004 |
| Replies: 18 Views: 16,625 Among the many great features, Data Handling is impressive and seems to fit the requirements of web developers perfectly.
Regards
Bharati Krishna
http://www.vkinfotek.com |