| Thread | Last Post | Replies |
|
| access | 19 Jan 2004 04:33 GMT | 1 |
Is there a simple method to access a stock quote via an access db form. Then place that quote price, date/time into a table ? Probably triggered from a simple command button. Thanks. coale1@hotmail.com
|
| vb6 and ado | 18 Jan 2004 20:35 GMT | 1 |
what cause the error "installable isam not found"
|
| Coding Access Relationships | 18 Jan 2004 14:33 GMT | 1 |
I am creating a new db in VB6 code using the DAO 3.6 Object Library and have made a table called 'tblCboTab' with the fields 'TabId' and 'TabName' and another table called 'tblCboField' with the fields 'FieldId', 'TabId' and FieldName.
|
| How to populate Visdata Data in Access 97 | 17 Jan 2004 20:09 GMT | 1 |
How to get Article 252438, Option number 4 to work on MS Access 97 using VB 6.0 and Windows 98? Regards, Tony
|
| VB & Access | 17 Jan 2004 17:16 GMT | 2 |
Is it possible to use an Access report in a VB program? I have a database and I want to use VB to create a DB program. I'm using VB6 because I'm still learning .NET. I have a couple of reports created in Access, but wonder if I can use the same reports in VB somehow instead of ...
|
| Corrupt Database? Error 3043 | 17 Jan 2004 16:11 GMT | 2 |
I have an access 2000 format MDB accessed by a vb6 front end. I am getting error 3043 accessing a particular table - it works fine sometimes, and others causes 3043 disk or network error. I can specify a short query such as Select table.tablename from tablename etc and then get ...
|
| Missing Data Souce Locator! | 17 Jan 2004 14:29 GMT | 1 |
Hi i am a beginer vb6 programmer who uses a lot of database functions in his projects. However i have run into a problemb that i have run into before but solved last time but cannot solve this time and i was wondering if anyone could help me ( please )
|
| New ODBC Link in Access | 17 Jan 2004 12:32 GMT | 1 |
My DSN has already been setup on my machine. I want to delete a table and then relink it with ODBC in Microsoft Access? I only know how to RefreshLink and Delete a table. Using VB6 how do I create a new linked table?
|
| VB & Access | 17 Jan 2004 12:30 GMT | 1 |
Is it possible to use an Access report in a VB program? I have a database and I want to use VB to create a DB program. I'm using VB6 because I'm still learning .NET. I have a couple of reports created in Access, but wonder if I can use the same reports in VB somehow instead of ...
|
| importing a one lline txt file | 17 Jan 2004 08:08 GMT | 4 |
i want to import a txt file into access but the txt file only has one line of txt. it has 5 fields and many rows so i was wondering if anybody could give me the code to break up the fields
|
| VB Service | 17 Jan 2004 07:26 GMT | 1 |
Hello -- I'm currently working on a VB application that will essentially be a front-end monitoring application using SQL Server. The front-end application will simply read data from SQL Server and display in a datagrid. What I also need is a backend application that can run as a NT ...
|
| check input with key pressed | 17 Jan 2004 02:44 GMT | 1 |
Hi, please forgive if the wrong place to post- my first post on vb and not familiar yet with the groups. I need get input from a text box and only allow it to be in the form of "a123", and then stored in a DB.
|
| Benchmarks: ADO versus DAO | 17 Jan 2004 02:43 GMT | 11 |
I currently have an application written in VB 6.0 that uses the Data Enviroment Designer (ADO control) to interact using Jet 3.51 with an Access 97 database. What I've noticed over the life cycle is that queries I made in Access
|
| Updateable recordset from parameter query using Jet 4.0 provider | 16 Jan 2004 15:52 GMT | 1 |
Is this possible? Using the following VB6, ADO and Jet 4.0 provider I'm trying to use an ADO Command object based on a parameter query to provide a uniqe record for a form, using the unique record ID as a
|
| Lock timeout with Access XP, ADO and VB6 | 16 Jan 2004 15:51 GMT | 3 |
I Use VB6, ADO and Access XP. I have a record server side with pessimistic lock. When i try to update via VB, the update command wait for two second for the resource (probably polling).
|