1
vote
3answers
49 views

MS Access query from VB6 too long?

I perform a query on an Access 2010 DB from a VB6 application. The SQL looks like that: SELECT *, NetPrice AS Price FROM Products WHERE Len(ProductName)<>0 AND ProductID IN (1,5,8,13); The ...
0
votes
2answers
166 views

Querying data from database with vb6 and ms access with adodb

I want to select and view my data in the database, but it’s proving to be a challenge. Any advice on where I could be missing it? If I run this code even when the select criteria is met, it always ...
-1
votes
1answer
65 views

How to select 1 field from database then store to array in vb6

How to get all the id numbers in database then store all id numbers to array in vb6? Or is there another way to store all id numbers in one variable only? Because later in the program, I will use ...
-1
votes
1answer
97 views

Select max visual studio 2010

I'm updating a program from Visual Basic 6 to Visual Studio 2010 and, of course, I have founded a lot of problems so solve. I'm using Access database with four tables with the same Key (Indice). If ...
-2
votes
0answers
28 views

How to retreive records between from DTPICKER1.VAL TO DTPICKER2.VAL in crystal 8.5 using MS access and vb6?

<CODE> Private Sub CmdRpt5_Click() SQL = "SELECT ASSET.AID,ASSET.ASSET_NAME,ASSET.UNIT,NOTE.DOC_NO,NOTE.QTY, NOTE.RATE, " & _ " ...
0
votes
1answer
71 views

Encoded MDB tables and contents

I have a very old VB 16-bit application which works with .MDB file because there is also an .MDA file - because of that I am guessing it is made using access 2.0. Need to get our tables, relations and ...
2
votes
1answer
50 views

Why query returns different results with JET DAO compared to ACE DAO?

In a VB6 program accessing an MDB file, the following SQL query is being executed: > Select * FROM [table1] WHERE ([type] = 1 OR [type] = 2 OR [type] = 6) > AND ([notes] = Null OR [notes] = ...
2
votes
1answer
131 views

ADO speed up to open table access

What is the best method to open a table with ADO and Access, for rs.AddNew and rs.Update, based on the speed for writing data? Do I need to use a particular cursor or a particular method? I use an ...
1
vote
1answer
115 views

VB6 ADO command is inserting dates in American format instead of English

I have a VB6 legacy program that has been quietly converting Now() Date to American format ie 8/4/2013 is inserted into an Access database as 4 August 2013 but 23/3/2013 is fine. This has been ...
0
votes
2answers
73 views

multi line value in MsgBox [duplicate]

how can I retreive the values stored in vSum variable multi line in one msgbox insted of retrive in multi msgbox one after one Dim rSEL, rSUM, rDes As DAO.Recordset Dim vItem_id, vQnty, vSum As ...
1
vote
1answer
69 views

Arguments not optional in vb6

Why am i getting this error? This code is right but why? Private Sub loadEmployee() With frmEmployee.lvEmployee.ListItems Call connect 'SQL = "SELECT * FROM tblemployee " Rs.Open "SELECT * FROM ...
1
vote
1answer
46 views

Re Share File on Network

I currently use the VB6 CompactDatabase method to compact a .mdb (Access DB) file and have searched high and low for a way to reapply the Share Permissions on Original DB using VB6. The ...
0
votes
1answer
56 views

I want to select 300 rows from a table and insert them again into the same table

I have a table [Emp] with the following columns: EmpID, EmpName, EmpLastName, EmpSalary, Month, Year, ModDate I want to use approximately 300 records from a previous month to create 300 new ...
0
votes
0answers
70 views

“Invalid password” error when using Access Database Engine 2010?

My client is reporting that my app is installed on one machine pointing to an ACCDB file on a server location and everything works fine. When the app is installed on a second machine pointing to the ...
0
votes
1answer
218 views

Run sql Stored procedure within vb6 Error opendatasource

I'm trying to use bellow code to insert all records from a access table into sql server table using VB6 ADO connection Set cn = New ADODB.connection cn.CursorLocation = adUseClient ...
0
votes
0answers
38 views

activex teechart increase the size of the TeeChart control

I'll buy TeeChart. But before you can answer this question, it will help me to make the purchase. I use the ActiveX control with VB6 and Windev language. I like curves "FastLine" with the method ">> ...
0
votes
2answers
172 views

Can Access accdb files be used as a deployed back end?

I recently was introduced to a program for maintaining "matters" for solicitors that used an MDB file as the back end. I found this surprising and even more surprising was the fact that the program ...
0
votes
1answer
176 views

Creating / Attaching module in Access database at runtime from VB6 application

Inside Access I can go into Modules and create a new module and put a function inside it. How can I do this at runtime from a VB6 application? I have tried CREATE FUNCTION .. CREATE PROCEDURE .. but ...
0
votes
1answer
84 views

Operation is not allowed when the object is open

Im getting that error when I try to code my vb6 Log in method. I check all the recordset and I cant see any open recordset. Why am I getting this error? The logic of this Log in program is that as the ...
1
vote
1answer
104 views

Error 3045 or 3356 when appending a tabledef in Access

I'm building an temporary backend for a snapshot style database using MS Access 2003 (nothing else available), which involves adding some linked tabledefs to the temporary backend. The code has been ...
0
votes
1answer
86 views

how to retrieve a field from ms access in vb

I need to access the salary field of an employee table based on the entered username from ms access in vb6.. I read the username and password in a form and enter into another form that displays the ...
0
votes
0answers
84 views

How to force executable to use ACEDAO.DLL instead of DAO350.DLL?

I have recently upgraded a VB6/MDB app to make the database an ACCDB. The problem is that a third app expects the database file to still be in the old MDB format because it uses DAO350.DLL. I am ...
1
vote
1answer
76 views

Code not executing properly but no error appears to be raised

On 2 occasions recently, code essentially the same as below failed to execute properly. During the same timeframe it would also has executed normally hundreds of times. On the 2 occasions slip was ...
0
votes
1answer
186 views

ms-access + vb6: parameterized queries without stored queries

I was wondering if in ms-access through vb6 (ADODB) i can have the security benefits of parameterized queries Set Prm = CmdEnn.CreateParameter("pText1", adBSTR, adParamInput) Prm.Value = ...
1
vote
1answer
177 views

Strange characters when I type Arabic in VB6/Access

I have a problem with typing Arabic in VB6. I have an Access db with ADO connection, and every time I type in a text box to send it to the db, it looks good in the text box. When I navigate it looks ...
2
votes
2answers
32 views

MS ACESS Error when accessing

I am developing an enrolment system. But i am receiving this error: You tried to execute a query that does not include the specified expression.. I am using the following code: Private Function ...
0
votes
2answers
700 views

How to avoid duplicate entries in access from vb6?

I am using Vb6 and Access 2007. I am adding records to the access table name "subjectcode" from vb6. The details of subjectcode table are below. Subjectcode table : ...
1
vote
2answers
149 views

Vb6 Record Updation Error

In vb6, a form containing following values and here is the screenshot link for the sample values ! And I am using Ms Access 2007 and it contains a table named "studentexamdetail" contains ...
0
votes
1answer
332 views

how to display corresponding record from access based on other column in Datagrid in vb6

I am using Vb6 ! I have one datagrid named "Datagrid1" and i display certain contents such as subjectname, subjectcode, theory_practical from the table named "subjectcode" in Datagrid1 from access ...
0
votes
2answers
138 views

CompactDatabase with dbEncrypt returns “3001: Invalid argument” error

I am getting a 3001: Invalid argument error when trying: DbEngine.CompactDatabase "db1.accdb", "db2.accdb", , dbEncrypt I believe the function is using ACEDAO.DLL version 14.0.6016.1000 What could ...
0
votes
0answers
540 views

Existing VB6 DAO code against Access 2007 (.accdb) database?

Will existing VB6 DAO code that previously was used against Access 95/97 .mdb files work against Access 2007 (.accdb) database files? Is the following all that needs to be done to do a seamless ...
0
votes
1answer
127 views

VBScript - Search tfolders/subfolders with files based on range of last date modified excel files and copy these files to another destination folder

I am trying to create a form in access 2007 to search target folders/subfolders with files based on a range of last date modified files (eg. 12/12/2012) and copy these files to another destination ...
1
vote
4answers
461 views

create case sensitive login in access 2007 and VB6

I have saved a record in Access 2007 table under the fields username and password. Now i want to check whether proper case has been entered in the VB6 text boxes to validate the username and password ...
1
vote
1answer
158 views

Preserve trailing spaces in Access DAO SQL INSERT

Am using DAO to insert data into an Access database. When I concatenate fields, trailing spaces are removed. How can I insert data RETAINING trailing spaces? For example, the following code strips ...
0
votes
1answer
81 views

strcomp not working with ms sql

Code used for login using ms access and it is working fine . But, I need to change the database to ms sql 2008 and in sql strcomp does not work. So, do I need alternative of strcomp in sql or how can ...
1
vote
0answers
143 views

Error 3078 over WAN

In a VB6 app accessing a MDB database file over a WAN there are occasionally 3078 errors due to network connectivity issues: Error 3078: The Microsoft Jet database engine cannot find the input ...
2
votes
1answer
193 views

Replace Function in ADODB recordset VB6

From a visual basic application I have to REPLACE the value contained in a column with another one. with ADODB I get that error:"Undefined function Replace" I Uses MS-ACCESS Database in my VB6 ...
-2
votes
1answer
89 views

How to Open textfile in two different databases [closed]

I'm writing a code to see what the possibilties are by creating a certain text file to and link it to a tabel in MS-access. Sub Testtxt() Open "C:\test.txt" For Output Shared As #1 Write #1, "A1" ...
4
votes
3answers
809 views

VB6 Database operations slow when multiple users connect to the database

I am currently using VB6 to connect to a MS access DB using DAO and I’m experiencing a very noticeable speed reduction when a 2nd user connects to the Database. Here are the steps to reproduce: ...
-1
votes
1answer
158 views

MS Access needed for VB6 program?

I've written a program in VB6. It is connected to an Access database. When I run the exe on an other computer, I'm getting the following error message: Run-time error 713: Application-defined or ...
0
votes
2answers
419 views

How to use MS Access Public Function from VB6

I have a MS Access database with a Public Function defined in VBA, stored in Module1. I would like to include the function as part of a query which is handed to ADODB from VB6 by ADODB.RecordSet's ...
0
votes
1answer
82 views

Equivalent ms access query in vba

I want a vba query to generate the same output as SELECT Count(INFO.plate_no) AS CountOfplate_no FROM Info HAVING ((date_time Between #10/8/2012 20:55:20# And #10/10/2012 14:5:50#));
0
votes
0answers
243 views

DigitalPersona UareU using Vb6 [closed]

I need a good example of biometrics using DigitalPersona UareU 4000b with MS access or MySQL Database. I cant seem to find any examples, I have the SDK but no backend.
1
vote
1answer
62 views

How to programmatically collapse Access Stripe Commands and Navigation Pannel?

How to programmatically collapse Access Stripe Commands and Navigation Pannel? I've been trying to do it with Application.SetOption but I couldn't find the right option. Is it possible?
1
vote
2answers
217 views

Using Shell Open specific ACCESS form

I'm trying to open a specific Access form using Shell in vb6, but after reading lots of documentation, I am unable to find out why Access can not find my database. dim ss as string ss = MSAccFolder ...
1
vote
3answers
734 views

VB6- Open Access DB or one of it's forms with ADO object

My application written with visual basic 6 and it has an Access database. I want to add a VB form and open the database in this form to make db edits the DB in that. I have this code for oppenning: ...
0
votes
0answers
182 views

VB6 ADO connection issue, Jet aborts even though no connection is active

I'm maintaining a legacy VB6 application that uses Access as DB. With a certain client I'm getting weird errors when manipulating data. I get this error: 2012-08-23 17:04:49 The Microsoft Jet ...
1
vote
1answer
78 views

How to put a label as link at the end of coloumns in a subform (Datasheet) in Access 2000?

I have a database created in access 2000. A form with a subform (datasheet - defaultview) in it. I have added a label at end of the coloumns in subform and given hyperlink to open the object present ...
0
votes
1answer
174 views

Binding Collection Error

I have a VB6 program that uses ADO Data Controls on a number of forms. The data in the various textboxes on the forms is bound to the ADODC via the .DataSource and .DataField properties. Usually, ...
2
votes
3answers
227 views

Syntax error creating an SQL query dynamically

I'm using VB6 and MS Access. my sql command is insert into BatchInfo (BName,BDate,Currency) values('" & Me.txtBatchName.Text & "','" & Me.dtpBatchDate.Value & "','" & ...

1 2 3 4