| Thread | Last Post | Replies |
|
| Possible DAO and ADO conflicts | 19 Jul 2005 17:50 GMT | 4 |
I have a legacy application which only has DAO references. I've set up an export function that creates a new access database and export records to it. This works fine but it appears that the latest version of Access you can use is Jet 3 or Access 95 which is a bit old and would ...
|
| Recordset - use several filters for different groups of data; VB6, ADO, SQL 2000 | 19 Jul 2005 00:18 GMT | 2 |
Hello -- We have a recordset of financial information, containing groups of records for financial reporting items such as Revenue, Cost of Goods, Expenses, Net income, etc.
|
| getrows and progress bar | 18 Jul 2005 17:53 GMT | 1 |
first of all, sorry for my bad english... So...go on... I've to load a recordset in an array with getrows. My recordset is quite big and the getrows take few time to load the
|
| ADO and Excel | 18 Jul 2005 17:47 GMT | 2 |
I have an .xls file with 6 columns: Date, Time, ColA, ColB, ColC, ColD. I access it in my VB6 program using ADO. When any of the first 10 rows have values for ColA and ColB, everything is fine.
|
| How to insulate the users from Connection Broken Error messages | 18 Jul 2005 17:46 GMT | 1 |
I have an application which uses a Global Connection which i initialized during the Application Load and used up across all th forms This connection will be destroyed only during the exit of th application(Even though not the best way to approach connections).
|
| VB and Access Report | 18 Jul 2005 16:12 GMT | 2 |
I created a report in access 97, I was wondering if there is statement I can write in a VB6 to lunch this report instead of using Data Report in VB6. Could someone share any ideas on this please? Thanks.
|
| getrows | 18 Jul 2005 15:14 GMT | 3 |
first of all, sorry for my bad english... So...go on... I've to load a recordset in an array with getrows. My recordset is quite big and the getrows take few time to load the
|
| Exporting Data From One Access DB to Another | 18 Jul 2005 14:24 GMT | 2 |
Can you help? I've got an application that uses Access 97 as it's backend. This database is encrypted so that users can't view in access. However I'm trying to build in an export function that will use a SQL query to get data from the encrypted database, create a brand new DB and ...
|
| VB 2005 Express subforms | 18 Jul 2005 01:42 GMT | 1 |
I have an application in Access which relies heavily on Subforms. I have downloaded VB 2005 Express with a view to replacing the front end and keeping the Access database. I have never used VB before. Is there a way to easily implement subforms?
|
| VB and Access Reports | 17 Jul 2005 18:11 GMT | 2 |
I created a report in access 97, I was wondering if there is statement I can write in a VB6 to lunch this report instead of using Data Report in VB6. Could someone share any ideas on this please? Thanks.
|
| VB.Net / Access 2000 | 16 Jul 2005 12:25 GMT | 3 |
OK, I'm a newbie, so be nice! I've developed an application in Access 2000 that works fairly well, but I don't like the application sitting on an Access background - it confuses the non-technical users.
|
| UPDATE METHOD NOT UPDATING (ADO) | 16 Jul 2005 04:45 GMT | 1 |
Hi, I have a number of data bound controls on a form populated from an msaccess db using a data environment in vb. When I call the update method on the recordset after changing a field value, the changes are not updated in the database. If I call MoveNext, MovePrevious etc. then ...
|
| Advanced filter method | 14 Jul 2005 22:00 GMT | 1 |
Due to the "Filter method" limitations (can't apply filters to compare dateparts -> I want to filter all the records of a month, can't use the clausule "NOT LIKE", ...), I want to use a more complex method to filter records. Does anybody knows how can I do it without reload all ...
|
| Put aray values into a table to populate a DataGrid - VB6, SQL 2000 | 14 Jul 2005 17:34 GMT | 2 |
Hello -- Recordset.GetRows worked for me, to get data from a table and put it into an array (m x n). Now I need to do the reverse ... put the values from an (30 rows x 5
|
| mdac | 14 Jul 2005 17:30 GMT | 2 |
Presently using mdac 2.5 (VB6 Pro SP 5) 1. When installing an app which references mdac 2.5 on a WinXP PC I'm getting this error message. "This application has failed to start because MSDART32.dll was not
|