Hi ,
I don't know MSACCESS,i am a .net developer.I was assigned a task to change the existing MSAccess application written in VB to .Net.
I wan to investigate the flow of that applicatio...
HI
I have developed an application that looks at a csv file and performs some error checking. All my error checking is fine, except one part. I need to check the file to see if it has dupli...
I have pulled data from a MS Access Jet database using ADODB in VB6 to populate a DataGrid. Now I want to simply get the value in the first cell or column of the row selected. This must be so...
input file: pc.txt
pc1
pc2
etc.
check for c:\windows\example.txt
check for x=22 line in file (only one specific line)
change to x=5
save
log to results.txt
I am trying to make a database that runs together with Access on Visual Basic....
I used the Wizard in VB and it has made everything for me, but now in the Document Form, i want to show res...
Hi,
In attached code snippet I am looping through a database which is working fine.
Next I am trying to test out the correct code to add a new record to the database. I get error messages....
How do I get a date 2 weeks previous to a date that I insert?
Hello Experts!
Background:
I have this VB6 program where the user creates a project. A project is simply a Access database where the project information is stored. This project file is sup...
My VB6 app extracts dates from documents and saves them to a table in an .mdb data base, which it creates via Microsoft.Jet.OLEDB.4.0.
When a date variable is empty, on some XP configuratio...
I was wondering if there was any program out there that I could use to reverse engineer a custom program written by our previous software developer. He is no longer with the company and there...
MS Vista users of my program are getting the following error when they firs run the program:
Exception Site:Microsoft OLE DB Service Components.Create Message:Class not registered
Stack Tr...
I have some Query Tables in an Access database that I need to clear, and then pass over the new SQL statement to poulate them. Hopefully if I can get this sample below converted over then I ca...
I have a form with StartDate and EndDate fields. I have a calclated field that uses datediff to get the number of minutes. If the difference is 90 minutes it returns 90. Can i get it to return...
I am using code directly out of a "Beginning Visual Basic 2005 Databases" book. I have declared OleDbConnection as "objConnection" with the following code:
Private objConnection As OleDbCon...
Hi all,
I've been working on this project to convert this VB6 Access DB project to .NET. Things are going OK except I have run into persistent dao cannot open any more databases error.
...
Due to the cumbersome nature of these steps. I need to change the following vbs script command line. The command line currently prompts the user to create a new password at login. I would li...
The following code adds a user to the local Administrators group. I want to use this in a GPO to add userX to all computers in my network as a member of the local admins group. I want to chan...
I've created Six tabs on my form using the SSTab1
Each TAB has a different Caption
When i try to add a record to the database I get the following ERROR: Empty row cannot be inserted. row mus...
Well, Im not completely and totally new to programming. However... I am very rusty. lol. I am hoping someone can help/point me in the right direction for some information on creating a form th...
I have a program that a developer wrote for us a few years ago. This developer is unfortunately out of business and no longer even reachable. The program works but when I attempt set it up o...
I use a vb script and a csv file to add users into AD. The vb script below originally created the users password to be their last name. I need to change the vb script below to make users pas...
hi,
I am planning to build an application with vb to manage my business ... The problem ... Is that I do know which services or fields that such work needs... It will be a car renting office....
Hello
I have an old application written in VB6 / DAO 3.6 which uses an Access 2000 DB. The access database works great with this program even if it is opened as a shared file by 20 or 30 us...
I'am an old vb6 user intending to rewrite projects to vs08. In a simple project called FSa is a form called frmSchedule which should only have a grid connected to a table in a db (access). Da...
Hi,
Is it possible to break-down the WHERE clause of a SQL query so that existing values change be changed on the fly? For example I have the following SQL query:
SELECT (SELECT strStWo...