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

slow performing database app

Hello, We have a VB.Net application that runs on a network with about 10 workstations reading and writing to the same MS Access database. We occasionally get locking problems. Also, the program...
Forum Post

Re: problem with Database coding ADO

0 Then : : : .MoveFirst : : : End If : : : End With : : : : : : : : : C:\Dos : : : C:\Dos Run : : : Run Dos Run : : : : : : : : : : : : : : Hey thanks it seemed to...
Forum Post

Re: problem with Database coding ADO

0 Then : : .MoveFirst : : End If : : End With : : : : : : C:\Dos : : C:\Dos Run : : Run Dos Run : : : : : : : : : Hey thanks it seemed to work better, and it's much...
Forum Post

Re: problem with Database coding ADO

0 Then : .MoveFirst : End If : End With : : : C:\Dos : C:\Dos Run : Run Dos Run : : : : Hey thanks it seemed to work better, and it's much easier to keep track of...
Forum Post

Re: MSAccess and DB password

: : : Hi to everyone, : : : : : : For most of my apps, when data handling is requested, I'm using an Access DB to store/retrieve data. : : : : : : With that no probs. : : : : : : Now, I'd...
Forum Post

Re: MSAccess and DB password

: : Hi to everyone, : : : : For most of my apps, when data handling is requested, I'm using an Access DB to store/retrieve data. : : : : With that no probs. : : : : Now, I'd like to give a...
Forum Post

Re: MSAccess and DB password

: Hi to everyone, : : For most of my apps, when data handling is requested, I'm using an Access DB to store/retrieve data. : : With that no probs. : : Now, I'd like to give a 'security...
Forum Post

MSAccess and DB password

Hi to everyone, For most of my apps, when data handling is requested, I'm using an Access DB to store/retrieve data. With that no probs. Now, I'd like to give a 'security power-up' to the DB...
Forum Post

Re: DataGrid Question

: : : I have the following code that is failing, please help : : : : : : : : : dim sql as string : : : dim rs as adodb.recordset : : : : : : sql = "Select blah, blah blah from Customer" : :...
Forum Post

executing sql views in visual basic

can somebody tell me how to execute the sql views in visual basic or open it through recrdset
Forum Post

problem with Database coding ADO

0 Then .MoveFirst End If End With End Function ok.. It seemed to work, but when I created a form, and loaded a text box, and button and assinged the button on click to run the...
Forum Post

Re: running balance / database question

Mmmmmmm...I'm not sure about one SQL command able to perform the whole operation. I think that the solution is a 2-step one, as You suggested. I'll try to check if there is such SQL command, in that...
Forum Post

Re: Unable to open .mdb file

you are using DAO? DAO only supports Access 97 databases, Try using ADO : : I'm trying to write a piece of code which will update a MS Access database. I'm a newbie and Im trying to follow a...
Forum Post

ordinal collection problem

Hello I am working on a database app but am getting this error "Item cannot be found in the collection corresponding to the requested name or ordinal. The combobox is getting filled as far as...
Forum Post

Re: running balance / database question

SQL commands are basically the same either we use SQL, access or ORACLE db. i have no problem executing operations and functions within the same database line as in your example. on your example...
Forum Post

Re: db and SQL snaffu

: strSQL = ("SELECT * FROM tblFirst WHERE First_ID = lstNames.ItemData(lstNames.ListIndex") : What would SQL know about your listbox? You need to move the VB portion out of the quotes so...
Forum Post

db and SQL snaffu

, or item in query expression First_ID = lstNames.ItemData(lstNames.ListIndex. ' take value from ItemData property use it to build a SELECT statement to locate ' record that matches value...
Forum Post

Re: running balance / database question

SELECT first, last, other, first + last as suma FROM mytable ... I didnt try on SQL Server, but at least you should try, it works fine in ORACLE and Access. : yep, this will help. i'll do...
Forum Post

Re: accessing excel files manipulating them using visual basic

I will try... dim objExcel as Excel.Application ' early binding set objexcel = new excel.application objexcel.open "xxx.xls" rem objexcel.workbook(0).worksheet(0).range("A1").value = "new...
Forum Post

Re: DAO and Access2000

DAO ONLY RECOGNIZE ACCESS 97. : : My application uses "Microsoft DAO 3.51 Object Library" and my databases are in Acess97 but when i try to access a Microsoft Access2000 database, an error occurs...
 

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.