Anu
Your site is very useful to me. Thank you!
This blog is a free resource for visual basic programmers
Recent PostsNew set of articles posted on : ERP Articles Click above link for all articles on ERP ...
Authored by Thearon Willis and Bryan Newsome, and published by Wiley Dreamtech, this book is ideal for beginners. This book is for those who want to learn application development, and covers fundamentals of Visual Basic language. A brief coverage of ...
Focus: Database programming Domain: Accounting Software Tools used: VB 2008, and SQL Server for the windows os. This book takes you through the steps of developing an accounting software. The first few chapters cover the topics like vb and sql serve...
Basics of Visual Basic and SQL Server Basics of the domain you want to develop the application for. For example of Accounting domain or Inventory Domain. Basics of Client / Server Application Development with Visual Basic ( visual basic ) and SQL Ser...
The Recordset object enables your application to access data returned from an SQL query or stored procedure. Using the Recordset object, you can navigate through the records that have been returned. A Recordset has a conceptual pointer, using which V...
The following code is for creating a Server-side Recordset. Option Explicit Dim CN As Connection Dim comobj As Command Dim rs As Recordset Private Sub Form_Load() Set CN = New Connection Set comobj = New Command Set rs = New Recordset rs.CursorType =...
This blog is currently rated a 3.50 out of a possible 5 based on 2 comments.
AnuYour site is very useful to me. Thank you!
Mari bangkit, bagi ilmumu untuk kemajuan bangsamu
free online tutorials, visual basic source code, vb programming, news, downloads…
Free Download Latest English,Hindi,Telugu Movies,Audio Mp3 songs,Videos,Reviews…
MS has introduce a new technology to compete with Adobe Flash/Air called Silverlight 2.0/MFP. The only problem is, if you are a VB programmer, MS cares little about you jumping in at the onset of this technology for the sake of your livelihood. MS is only providing tutorials/webcasts/videos for C# programmers. This irratates me because it gives C# programmers an edge of VB in the marketplace. I have decided to quit MS and move over to Adobe and learn Action Script. I have long been fed up wit MS showing favortism to C# programmers and treating us VB programmers as bastard step-children
Posted: August 8th, 2008 | Report This Comment