Forum: VB.NET Aug 5th, 2006 |
| Replies: 4 Views: 11,007 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: 7,016 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: 993 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: 22 Views: 48,731 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: VB.NET Jun 15th, 2006 |
| Replies: 1 Views: 35,968 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: 35,968 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,563 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,459 Hi,
Good books on .net technologies, log on to :http://www.vkinfotek.com.
knowledge is Power
bhar |
Forum: VB.NET Apr 28th, 2006 |
| Replies: 3 Views: 1,446 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: VB.NET Sep 22nd, 2005 |
| Replies: 3 Views: 13,375 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: VB.NET May 17th, 2005 |
| Replies: 6 Views: 29,304 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: 17,035 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 |