| Thread | Last Post | Replies |
|
| Refresh interval | 25 Oct 2006 00:33 GMT | 2 |
Can anyone tell me how to set the refresh interval on a Jet 4 mdb from VB6? If it's exposed anywhere other than the Access UI, I haven't found it.
|
| Problem with Data1.recordset.AddNew | 25 Oct 2006 00:31 GMT | 2 |
I have a Access97 Database and if I delete all the records compat the database when I use AddNew I get an error message Runtime Error '3426': This action was cancelled by an associated object. and highlights the Data1.recodset.AddNew line in the command button event.
|
| 3 table query | 25 Oct 2006 00:28 GMT | 9 |
I have 3 tables in an Access 2000 DB. C_List CID Name
|
| Need help with syntax | 24 Oct 2006 22:42 GMT | 1 |
What is the correct code to use if you need to copy table "X" from database "B.MDB" into "A.MDB" . I've seen this before but don't remember the correct syntax.
|
| closing a VB6 ADO recordset takes much too long | 24 Oct 2006 16:03 GMT | 3 |
I am opening a recordset (select query) through an ADODB.Command object in VB6. The user may abort the recordset reading at any moment; if that happens, I cleanup all relevant objects, close the recordset and exit. The problem is, that the time it takes to close the recordset seems ...
|
| "Rowset does not support scrolling backward" | 24 Oct 2006 02:22 GMT | 1 |
In my VB6 program, the statement of "g_MyRecordSet.Find strCriteria" causes the following error: "Rowset does not support scrolling backward" The recordset is populated by calling an Oracle 9i stored procedure with ref
|
| Problem with VB6 and Oracle 9i ODBC connection | 23 Oct 2006 15:49 GMT | 3 |
I have a VB6 application that was extracting data from an 8i DB but we recently upgraded to Oracle 9i and started having problems with the Oracle ODBC driver (v9.2.0.1.0). We kept getting an error when trying to create the connection to the DB but ther was no Oracle refused to
|
| Changing a duplicate select query into a delete query, help!! | 23 Oct 2006 15:46 GMT | 1 |
I am trying to change a select, find duplicates, query into a delete query. I want to get rid of the records in the main table "tblHurnsHistory." I changed the Find Duplicates query to a Delete query. I then received an input box looking for criteria that
|
| Querying a database | 23 Oct 2006 02:50 GMT | 12 |
I have a SQL table comprised of 31 columns. The first column is simply an id column, the next 30 columns are labelled [1],[2]...[30]. The numerical columns have a tinyint type and the data stored is either 1 or
|
| Setting TabIndex causes chaos | 22 Oct 2006 02:39 GMT | 1 |
I have an Access form with a TabControl object containing 4 pages. I have set the tab order for the controls during design time. This works fine. Now I want to change the tab order for one of the pages at runtime at certain events.
|
| VB.Net of Visual Studio.Net 2003 VS Visual Basic 2005 Express Edit | 21 Oct 2006 13:55 GMT | 1 |
Good Day! Would be appreciate if there is solution for the following problem: - In VB.Net of Visual Studio.Net 2003, developer can click and drag a table listed in the Server Explorer from a connected database to the form. This
|
| row number from a spreadsheet? | 20 Oct 2006 20:34 GMT | 1 |
I need to make a row from a spreadsheet unique. I do not have control over the data in the spreadsheet. I just process it in my VB code as a recordset. Is there any way to get the row number from an excel spreadsheet? Or is
|
| List SQL Servers and Data Bases | 20 Oct 2006 12:10 GMT | 5 |
What is the recommended way to generate a list of available SQL servers so that I can allow user to select one from a drop down? I see that app.listavailablesqlservers is no longer recommended. I also need to generate a list of available databases once the server is selected ...
|
| connection to an access db | 19 Oct 2006 13:42 GMT | 1 |
I have 2 access db that I need to connect with using my VB application. My question is can I connect with one db to read the data from a table and then update into another table that is in another db, another location?
|
| VB6 running Access Reports | 19 Oct 2006 13:34 GMT | 7 |
I have a VB6 app that copies data into a "Reports" database (Access97) and then calls code within that database that runs a couple of queries and then displays data in a report. Our organisation has recently had it's hardware upgraded to XP from NT and
|