Crystal Reports VB-SQL Writer/Helper

0 comments

Posted on 30th April 2010 by Admin in Database Programming |Visual Basic 6

, , ,

The application writes code for anyone developing using crystal reports and SQL Server. It generates the necessary ‘TTX’ and the ‘RPT’ files from an SQL statement, and then writes all the necessary Code into a window. You can then copy-paste it into a form, and immediately use it in your application. You must have Crystal Reports to use this great tiny app.

Download Project

Download File


Convert your Code to Color-Coded HTML

0 comments

Posted on 30th April 2010 by Admin in Database Programming |Visual Basic 6

, ,

Save your module code in a text file (or code less than 32767 chars can be copied to clipboard). Then you can use this database to import the code into the db. Set any lines you want to be red-flagged. Set HTML title, Home page address, webmaster mailto address, and HTML colors for comments, blue-words, and flagged lines.
Save the code to a complete HTML page with a list of all procs at top of page with links to them in the page. At end of each proc is a “back to top” link.
At end of save, given the option to view page in your browser where you can print your code to a color printer or, for old-eyes like mine, increase text size.
Other save options are to save just the HTML version of your code to a text file or to the clipboard which you can then just paste into your web page.
The latest version, added 10/07/01, includes a number of enhancements, including:
Added routine to open another database and get code modules directly from that database (including class modules). You can now select another db, get back a list of procedures in that db, and choose which procedure codes you want to convert to HTML.
Added form to change HTML Color Codes.
Corrected catching some reserved words that were being missed in previous version.

Download File

Connect with FoxPro Database using Visual Basic 6

0 comments

Posted on 30th April 2010 by Admin in Database Programming |Visual Basic 6

,

This program explain on how to connect with Foxpro database using visual basic 6.
Compatibility: VB 6
Author: Muhammad Junaid Raza

Download Project


Connect to a Secure Access Database Using ADO

0 comments

Posted on 30th April 2010 by Admin in Database Programming |Visual Basic 6

, ,

A secure Access database is one which in which the database and its users, groups, and permissions are created and set via an .mdw file. This code shows you how to access a secure Access database via ADO. It provides a workaround for the bug described by the Microsoft knowledge base article.

Type: Snippets
Author: Brad

Download File


Visual Basic 2010 – New Released!

0 comments

Posted on 15th April 2010 by Admin in Visual Basic .Net |Visual Basic 2010

Finally, Microsoft released the new version of Visual Basic 2010 or Visual Basic 10 last April 12, 2010 a lot of enhancements and new features with this new version of visual basic. You can download the free sample code/projects.

Click here to download sample visual basic project.

For a short review of history of Visual Basic, from 1991 the first released of version 1 and upgraded to version 2 in 1992 until verion 6 in 1998. This software is widely used by programmers around the world because of its rapid application development (RAD) ofgraphical user interface (GUI) applications, access todatabases usingData Access Object,native english command, drag-and-drop style and components based. The new .net platform was born including the visual basic 2002 or the first visual basic .net version, upgrading from previous version to vb.net is not an easy task to programmer because the syntax or command is totally different.

Download Visual Basic 2010 documentation and samples code.