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

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: 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: ADO data control help

If you want to get instant solution then main me at soni16_sachin@yahoo.co.in. Please mail me only if you are ready to pay me....
Forum Post

ADO data control help

Hey, I got some problems. I am making a vb project using vb6 and the database is done in .accdb format. so when i use the Ado Datacontrol i use Microsoft.ACE.OLEDB.12.0 in the data connection string...
Forum Post

ADO.NET

Please describe me, how to check that how much load can an application handle of users?
Forum Post

Re: MSFLEXGRID & DATAGRID in VISUAL BASIC

if you're using a connection string then set yur datagrid datasource to the recordset where you store the data. set Datagrid1.DataSource = RecordSet Datagrid1.Refresh
Forum Post

Any other SQL or OLE databases available?

I'm working through the lessons at Programmer’s Heaven's "C# School", and I'm currently on lesson 13, "Data Access in .Net using ADO.Net", so of course I've been trying to connect to Programmer’s...
Forum Post

Program Demonstrating MS Access Database Manipulation

0 Then 'ListViews have the capability to select multiple lines 'Since we want to edit just one record at a time, we have to change 'the MultiSelect option on...
Forum Post
Forum Post

Re: ADO/ODBC VB

: Hiya : : I have a problem with ADO, which works fine using ODBC : : I am connected to an SqlServer2000 database and execute a stored : procedure of which the primary function is to insert a...
Forum Post

ADO/ODBC VB

Hiya I have a problem with ADO, which works fine using ODBC I am connected to an SqlServer2000 database and execute a stored procedure of which the primary function is to insert a record into a...
Forum Post

VB 6.0 connecting to SQL SERVER 2005

Hi I am having the problem to connect to SQL SERVER 2005 from VB 6.0 and I am getting the error like Runtime Error : Multiple step OLE DB operation generated errors. Check each OLE DB status...
Forum Post

Re: VB and Excel

Thank you very much.. : : see uploaded files- : : this example automates excel and uses dao to add the excel data to : : access : : : : : : : : Option Explicit : : : : : : 'VB6 MENU -...
Forum Post

Re: manupulation using ADODB

Follow the following URLs. Those lessons are totally dedicated to using ADO in VB. http://visualbasic.freetutes.com/learn-vb6-advanced/lesson8/ http://visualbasic.freetutes...
Forum Post

Re: VB and Excel

: see uploaded files- : this example automates excel and uses dao to add the excel data to : access : : : : Option Explicit : : : 'VB6 MENU - PROJECT , REFERENCES, set a reference to: :...
Forum Post

Re: VB and Excel

see uploaded files- this example automates excel and uses dao to add the excel data to access Option Explicit 'VB6 MENU - PROJECT , REFERENCES, set a reference to: 'Microsoft Excel 10.0...
Forum Post

Re: Calculating difference between 2 dates

use datediff function Datediff(interval, date1, date2) interval values as follow yyyy Year q Quarter m Month y Day of year d Day w Weekday ww Week of year h Hour n Minute s Second...
Forum Post

Difference between 2 dates

Greetings! Happy New Year & Happy Sunday! I need help in calculating the difference between 2 dates (the result should be like "1 year, 2 months and 15 days"). I am building an application for...
1 2 3 4 5 6 16 26 36  Next
 

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.