| Thread | Last Post | Replies |
|
| How to change Field Description property in a Linked Table | 15 Jul 2004 22:45 GMT | 1 |
I am trying to change the Field Description in an Access App. with linked tables (SQL). The reason is because we have many tables and each table has more than 100 fields and it would take forever to copy the description from original Access database to the SQL Linked Table
|
| Transactions and recordsets query timeouts | 15 Jul 2004 22:30 GMT | 3 |
SQL Server 7 and VB 6. We have a database and on this database an application is performing transactions. This might involve editing a sales order. The application starts
|
| Reading a text file makes MDB file huge | 15 Jul 2004 18:11 GMT | 2 |
I am using VB 6, ADO 2.1 and Access 2000 database. I have a text file with about 50,000 records which are to be entered into a database. The text file cannot be exported directly to Access database as I have to do
|
| Problem recovering from multiple users updating same row simultaneously | 15 Jul 2004 12:37 GMT | 4 |
I have a problem with some code which is creating the following OLEDB error message. Run-time error: -2147217864 (80040e38) The specified row could not be located for updating. Some values may have
|
| ADODB 2.6 - help needed on error trapping | 15 Jul 2004 04:34 GMT | 2 |
I have created a ADODB recordset with data taken from a SQL 2000 table. I have made changes to some of the data, but when i try the following private sub UpdateDB On Error GoTo ErrTrap: If mbDataChanged Then
|
| Client notification on database updates | 14 Jul 2004 23:18 GMT | 3 |
I'm looking for solutions to notify a client when a database change occurs. I've read numerous threads here in the Newsgroups, but I really haven't found what I thought would be the total solution. I have a Windows application written in VB6 (currently upgrading to
|
| Removing Duplicate Records | 14 Jul 2004 23:14 GMT | 2 |
How do you remove duplicate records within a table using an SQL Statement? I have a column in a table that contains 300,000 records. The records are composed of one field. The field contains 9 digits, ie: '123456789'. You might have more than one duplicate of the numbers.
|
| Problems with distributing VB6 Application. | 14 Jul 2004 21:21 GMT | 2 |
Hello together. I have a big problem distributing a VB6 application. I created a package with all the needed files, but after installation the program crashes at startup with the following error message:
|
| Multiple Inserts | 14 Jul 2004 11:33 GMT | 1 |
Is there a way to get multiple inserts into the database, i have some issues regarding ADO.updatebatch and I am looking for some way to work around. I can use ADO.Update but it would be slow as it would do 1 records at a time. I am using VB6+VFP7
|
| Master Details forms how do i do them in ADO? | 14 Jul 2004 11:24 GMT | 1 |
in DAO we used to do this to make Master Details relation in one form Private Sub Data1_Reposition() On Error Resume Next Data2.RecordSource = "SELECT * FROM Sales WHERE CustomerID = " &
|
| Which way is better and why? | 14 Jul 2004 11:19 GMT | 1 |
I am trying to move to ADO from DAO and would like to know about which way is better regarding the connection? that is to have ONE global connection and use it all the time and only close it when the program close
|
| Major Help required | 14 Jul 2004 04:03 GMT | 1 |
I wonder if anyone can help. I am just starting out with VB6 and have created an application with and MDI layout and now wish to show a dialog box with several options for the user to choose prior to continuing operation of the calling form.
|
| Force all connection to close | 14 Jul 2004 02:26 GMT | 3 |
My VB program need to force all connections to a MS Access 2000 file to close. Therefore, my VB program can compact the Access file. Is there any way I can force all connection to close? Best regards
|
| 2nd Post My ADO recordset won't update! | 14 Jul 2004 00:46 GMT | 2 |
This is an annoying problem and one that has confused me. I have opened a database connection of a access database through the PROVIDER=MSDataShape. Main Table
|
| VB / ADO 2.6 Locked records error code | 14 Jul 2004 00:40 GMT | 2 |
What is the error that is thrown by ADO 2.6 in VB 6.0 when you try to access a row that is locked by another user? Does the error appear in the VB Err object or does it appear in the ADO Connection's Error Collection?
|