Beginning VB 2008 Databases: From Novice to Professional

Beginning VB 2008 Databases teaches you everything you need to know about relational databases, SQL, and ADO.NET 2.0, giving you a sound start in developing console and Windows database applications. The book also includes chapters on the new SQL Server XML data type and the forthcoming LINQ enhancements to the next version of Visual Basic. In addition to teaching you database basics like using SQL to communicate with databases, this book provides you with detailed, code-practical techniques to access data in Visual Basic 2008 across a range of coding situations. Code-heavy and full of practical detail, this book has been fully revised and upgraded for .NET 3.5 and offers you the best contemporary practice in this core programming area, so that you’ll find yourself using it in nearly all your .NET projects.

Submitted byAnonymous (not verified)on Fri, 05/01/2009 - 21:43

good
Submitted byAnonymous (not verified)on Thu, 06/25/2009 - 19:28

Good
Submitted byAnonymous (not verified)on Fri, 02/19/2010 - 23:48

I've downloaded your inventry system and it doesn't work on my labttop it says compile error it can't find project or library and highlight on Option Explicit Public strReport As String Public PK As String Public strYear As String Public blnPaid As Boolean Public strWhere As String Dim mTest As CRAXDRT.Application Dim mReport As CRAXDRT.Report Dim SubReport As CRAXDRT.Report Dim mParam As CRAXDRT.ParameterFieldDefinitions could u plz help me run ?
Submitted bycidfreyon Sat, 02/20/2010 - 00:17

In reply to by Anonymous (not verified)

Have you installed your crystal report? This line required crystal report component.

 

Dim mTest As CRAXDRT.Application
Dim mReport As CRAXDRT.Report
Dim SubReport As CRAXDRT.Report
Dim mParam As CRAXDRT.ParameterFieldDefinitions