| Thread | Last Post | Replies |
|
| MoveFirst doesn't move to the first record | 13 Jan 2005 14:57 GMT | 9 |
I am accessing a database as follows: DATABASE_NAME = "c:\s4.mdb" Dim S4 As Database, Groups As Recordset Set S4= Workspaces(0).OpenDatabase(DATABASE_NAME)
|
| SQL Query | 13 Jan 2005 11:48 GMT | 5 |
Hello Group! I need a bit of help about SQL query. I'm noting down a sample below: Customer table -Customer ID
|
| Data Extract from Access Database to Email Text? | 13 Jan 2005 05:34 GMT | 1 |
I have an application where I update the database daily. I'd like to email out just the day's results. The actual data is generally one to ten different records on a given day. I want the data as pure text to show up within the body of the email.
|
| Receiving 3077 Date syntax error from international users | 12 Jan 2005 23:41 GMT | 2 |
My software application uses some DAO fields with the type dbDate. However many of my international users have been getting the following error: 3077 Syntax error in date in expression. Is there any way I can fix this? An example script:
|
| Simple question | 12 Jan 2005 22:07 GMT | 4 |
Because I am not and do not proclaim to be a DBA, I need a bit of help. Here is the scenario: I am working on a VB program that stores entries into a dog show. Each entrant is assigned an armband number and each entry is one dog, however
|
| query seems to be cached | 12 Jan 2005 21:30 GMT | 3 |
I have developed a web page that uses ADO on the back end, and something strange seems to be happening that I can't quite put my finger on. When the user clicks on a link in the main window, a popup window appears displaying information from an ado recordset (which was created ...
|
| Deleting dates in Access DB using VB6 | 12 Jan 2005 17:42 GMT | 3 |
I'm using VB6 for the front-end of an Access database. I've connected my fields to the database. Now here's the problem... When a date is deleted the program crashes. It gives me a Data type conversion error.
|
| Locking an Access Table via ADO | 12 Jan 2005 15:18 GMT | 6 |
I have an Access table with ~20,000+ records. At a certain point in time, we update all the records in one SQL query so that the current amounts are ready for dataentry. Currently I'm using adoCnn.Execute to perform the update query. However, when it is run over a Novell ...
|
| Runtime Error 430 (Class does not ...) | 12 Jan 2005 13:17 GMT | 2 |
i have a VB6 project which works with a Jet-database. This project references the ADO 2.5 typelib for backwards compatibility. Generally the deployed application works fine under every Windows-Operating-System with the newest Version of MDAC.
|
| Receiving 3077 Date syntax error from international users | 12 Jan 2005 02:47 GMT | 1 |
My software application uses some DAO fields with the type dbDate. However many of my international users have been getting the following error: 3077 Syntax error in date in expression. Is there any way I can fix this? An example script:
|
| Remote DB Connection win 2000 vs win xp | 11 Jan 2005 20:14 GMT | 1 |
I've written a desktop application in vb.net that connects to an Access database using a connection string. The db is on a remote server. When I install the application on a windows XP box, everything is fine. If I install it on a windows 2000 box, it will
|
| VB Record Sets from Access | 11 Jan 2005 20:09 GMT | 1 |
Hello i am new to this site and also VBA. I have a problem that I could do with some help on if possible I would be very greatfull. I am running windows 2000 and office 2000.
|
| fast refresh | 11 Jan 2005 20:04 GMT | 1 |
Dear developer, I have a problem when create an add edit delete application. After add or edit or delete a record, why I can not see the updated result, just after do it. I have use the Update and Requery property each time I addNew, Update or
|
| updating database | 11 Jan 2005 18:55 GMT | 2 |
Hy, I display table recording of my database. aid of data adaptater and dataset. I modify them in datagrid. then i update the datagrid and dataadaptator and when i check the database the modifications are not taken into account.
|
| Data Connection | 11 Jan 2005 16:42 GMT | 2 |
When i am trying to connect to my SQL server using the SQLdataadapter or the OLEDBdataadapter, VB tells me that i can not connect to it. I can not even make a new connection. Any Ideas
|