| Thread | Last Post | Replies |
|
| Possible Causes for .ldb File | 26 Jul 2005 18:43 GMT | 5 |
I'm doing some maintenance on an old project that uses VB6 as a front-end to Access97. When the application closes it leaves behind an .ldb file with a few locked tables in the database. So far, I've been tracking the problem by ensuring all queries, tables, and
|
| Does stored procedure exist | 26 Jul 2005 18:20 GMT | 5 |
I am using visual basic and microsoft sql server at my software development. Recently I started to use stored procedures. Because stored procedures stay in database, I don't have to create them every time (create an drop them), right?
|
| Data Report | 26 Jul 2005 17:34 GMT | 2 |
I am creating a data report in VB 6.0 and Access DB. Each Record in the Access DB will have it's own page in the Data Report. Data varies from record to record. For instance the report design may look like:
|
| Newby Again - Refering to a DataCombo in ADODC SQL Recordsource | 26 Jul 2005 15:01 GMT | 6 |
Autonumber Convert From Convert To Conversion Multiple
|
| Possible Causes of .ldb File | 26 Jul 2005 15:00 GMT | 1 |
I'm doing some maintenance on an old project that uses VB6 as a front-end to Access97. When the application closes it leaves behind an .ldb file with a few locked tables in the database. So far, I've been tracking the problem by ensuring all queries, tables, and
|
| Open Connection in Module and pass to all forms? | 26 Jul 2005 14:29 GMT | 1 |
Is it possible to open a connection in code, say a Public Module then have that proc called and pass back the connection object when its called. Guess what I am asking is: can I set my connection once and have it available throughout my app?
|
| Problem adding record using ADO | 26 Jul 2005 11:03 GMT | 19 |
I am trying to add a record to a table in access from my VB6 application using ADO The values I am using for the new record are taken from a number of combo boxes and a list box on a form. I have put the following code in the
|
| How to auto update database | 26 Jul 2005 08:11 GMT | 7 |
|
| which connecton is speedy ? adodc or by code ? | 26 Jul 2005 07:57 GMT | 4 |
Please say frind ? which connecton is speedy ? adodc or by code ?
|
| Create database using ADO | 25 Jul 2005 10:40 GMT | 3 |
Is there a way to create a database in runtime using ADO? thanks, Ramon.
|
| Q:Excel/ODBC/Login .... | 24 Jul 2005 18:37 GMT | 2 |
Hi' there ! My situation is this; My customer have a hole bunch of different Excel workbooks - with VB code inside. In this VB code the user/pwd to the ODBC connection is hardcoded. This hardcoding is not approved by audit.
|
| Get names of menus created in Menu Editor | 24 Jul 2005 07:20 GMT | 3 |
Hello -- In the course of building the app I created many menus and submenus and later deleted many of those. I want to clean up the code and remove menu "stubs" like
|
| Brandy-Newbie Need Help Linking DataBound Controls | 23 Jul 2005 10:00 GMT | 2 |
Just transitioning from Access Developer and running into the wall everywhere with VB6. Not least being the connection of data in/between controls. I am building a basic Measurement Conversion Form, it has three fields (all of which are datacombo's) and two tables feeding them.
|
| New to ADO, help with passing parameter to Access query | 22 Jul 2005 19:05 GMT | 1 |
I'm switching over to ADO from DAO and was hoping someone could give me a working example of how to pass a value to an Access 97 query via ADO. Specifically, here's what I need to do: I have a query called qryGetOrder with a parameter named "Order #" in an
|
| Displaying SQL string expression in a combobox? | 22 Jul 2005 09:07 GMT | 1 |
Using VB.NET and SQL Server 2000... I have a combobox who's dropdownstyle member is set to dropdownlist. Can someone tell me how to get the displaymember member to show the expression 'name' in this query that is setup in the data adapter? All of
|