Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Forum Post

Re: port data from MS Excel to SQL Server 2000

Hi, you can easily import Excel to DataTable with this Excel VB.NET library. After that with DataAdapters and ADO.NET you can update SQL database. For Updating Data Sources with DataAdapters...
Forum Post

filter data on a form

I need to open a form with criteria. If I use the wizard I get the following codestDocName = "frmCrisisLog" stLinkCriteria = "lngCaseID = 1305384" DoCmd.OpenForm stDocName, acNormal, ,...
Forum Post

Re: Connecting to access database using vb.net with codes

The example I provided is very basic, but the objects which I use provide methods to do nearly anything you'd want with your database. It does demonstrate the basic CRUD commands (Create, Read,...
Forum Post

I need your help in my Database program.

Hello Programmers, I am doing my faculty evaluation system and I have many problems to be solve. My questions are: 1. How to choose a specific row in MS Access? 2. How to get multiple...
Forum Post

Re: Connecting to access database using vb.net with codes

I looked over the examples supplied but they appear to only support CRUD actions against the Access database. Could you show how to code for a SQL query and explain how and where the processing...
Forum Post

Re: Connecting to access database using vb.net with codes

Thank you Sean. I had grown fond of using Access 2003 to rapid protype but was very turned off by Access 2007. I like the idea of using all the flexiblity of VB.NET and Visual Studio yet get away...
Forum Post

Re: Urgent Solution to treeview

Using a TreeView in .Net is only slightly different than VB6, as is connecting to and retreiving data from an Access Database. I have not used the TreeView extensively, and could not convert your...
Forum Post

Re: ODBC error - components not installed

http://oracleerrormsging.blogspot.com/2010/02/could-not-resolve-service-name.html
Forum Post

Re: ODBC error - components not installed

http://oracleerrormsging.blogspot.com/2010/02/could-not-resolve-service-name.html
Forum Post

Re: display a LIST acoording to the choice in the first LIST

I'm afraid that my question wasn't clear, I meant How can I extract data from database and display them in the second List, and that's right "WHERE" statement will be needed.. here is the code I...
Forum Post

adodc1.recordset.addnew function like save..

when i use adodc1.recordset.addnew, it only replaces the first data. it doesnt add a new one. why is this hapening? how can i solve it? pls help .. i need it badly., :((
Forum Post

SQL Server 2005

Password: masi123 then on pressing 'Next' Button shows error like this. Connection failed: SQL State : '01000' SQL Server Error :10061 Connection Open (Connect()). Connection failed:...
Forum Post

Windows service

Hello All, I'm in need to create a windows service that accesses an URL at given intervals, while easy to do as a desktop application, I'm struggling to turn it into a windows service. I've...
Forum Post

Re: ODBC

Chances are you are using the wrong connectionstring, visit this site and pick the connection string that best fits your scenario: http://connectionstrings.com/mysql -Seancampbell Firesickle...
Forum Post

Re: DataGridView populate

one more question i forgot. can you suggest me a book or a site for creating that kind of sql please
Forum Post

Re: Developing a network application with Vb.net

Understanding computer networking basics is pretty important, I suggest brushing up on your computer networking knowledge as it seems you may be a bit rusty in this area. Here are some tutorials on...
Forum Post

Re: Developing a network application with Vb.net

Hello My good friend, I think I have finally understood all you have been saying. From what I understand, you are telling me that everything centers on the connection string. I have checked...
Forum Post

Re: How to display an OLAP Report with Crystal Report and VB.

Read and fully understand this: http://www.aspfree.com/c/a/Database/Crystal-Report-from-OLAP-Data-Introduction/ Then read and fully understand this: http://www.codeproject...
Forum Post

Re: Developing a network application with Vb.net

I want to develop this application as a general one and do not know the name of the server in which the application will be used. Since the connection string will require the server name, port...
Forum Post

Re: PLEASE HELP GUYS

The first and foremost thing that you need to do there is to create a database where it stores data(specifically employee's profile) that can export/import data's(optional). After which, prepare...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.