| Thread | Last Post | Replies |
|
| Compact an mdb file | 17 Aug 2004 10:53 GMT | 1 |
Using VB6 SP5 and an Access 2002 mdb file:- Could someone please provide a coded example to compact an mdb file using DAO. Many thanx.
|
| Error setting a Recordset to a Data control Recordset. | 17 Aug 2004 02:50 GMT | 5 |
I have the next code to connect by ODBC to and ORACLE DB and set a Recordset object with all records in a table USERS: Private Sub Form_Load() Dim wrkODBC As Workspace
|
| CacheSize property | 17 Aug 2004 02:45 GMT | 1 |
I used to set the value of CacheSize property for Recordset in my VB apps(ADO 2.7). What property now I can use instead of CacheSize in ADO.NET? Any help would be greatly appreciated. Amin
|
| Multiple persisting of recordsets to xml for xslt sytlesheet | 17 Aug 2004 02:44 GMT | 1 |
Hello, I have kind of a rough question, so bear with me. I have a basic recordset that returns me a set of data from executing a query. I want to be able to persist not just one but multiple, we are probably talking 100 or so recordsets, to a xslt stylesheet to be processed and ...
|
| DAO migration question | 16 Aug 2004 22:12 GMT | 1 |
I am migrating an application from DAO to ADO and I have run into something I have not seen before. The DAO version will execute a query that inserts records into a table that has a primary key defined, but the ADO will not. The DAO version inserts 95 out of 100 records, the 5 it ...
|
| Numeric Data in Legacy DOS Files | 16 Aug 2004 10:03 GMT | 1 |
Dear Friends, I wrote a very simple code to read from a legacy DOS File. Code reads the file byte by byte. These files are created some sort of database program whose origin I do not know. With alpha data there is no problem. However
|
| Looping through recordset: how best to test it's not empty first? | 15 Aug 2004 16:37 GMT | 2 |
I'm interested in people's comments about "best practice," and why... I have a number of places in my code that I open a recordset, then loop through it for some reason or another. Of course, the first thing
|
| AppendChunk and clearing the binary field | 15 Aug 2004 11:15 GMT | 8 |
We are using: MainRs.Fields(ColName).AppendChunk buffer MainRs.Update to append binary files to Access 97 and this works ok.
|
| vb app autorestart | 14 Aug 2004 20:36 GMT | 1 |
I made an options menu where you can specifiy a SQL-database. However, that menu is activated after the database connection opens. I use DataEnvironment. My application opens it connection immediately after the program has started. Before I open the connection, my application asks ...
|
| sort on subitem in listview | 14 Aug 2004 19:07 GMT | 1 |
I have a list view with one subitem. that subitem contains the numeric data I have written a code to sort when user click the column header of that subitem. but the problem is that subitem sort as text not as number means
|
| data type mismatch error any ideas please | 14 Aug 2004 17:22 GMT | 1 |
Winxp/iis5/dwmx/asp/vb/msaccess I'm trying to update a record based on a cookie existance. I'm getting this error when trying to load the page Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
|
| weird problem with populating listview! | 14 Aug 2004 06:30 GMT | 3 |
I'm having a very weird problem when I try to dynamically populate a listview. I use different queries and some work and some don't. I found out that if the last field
|
| Getting ID after insert Data? | 13 Aug 2004 18:14 GMT | 4 |
I want to ask, Can I Get The ID after I insert Data to database? Is there any other way? Example: Table Name : Customer
|
| Application Wizard in VB6 - ado code | 13 Aug 2004 17:57 GMT | 2 |
I have been trying to use the application wizard to mock up a project and keep running into errors when trying to run the resultant code. Is there anyone who has conqured this? Try a MDI project and a master/detail form.
|
| SQL Namespacw | 13 Aug 2004 17:54 GMT | 2 |
1. To run a program created using SQL Namespace - is SQL Server or its tools required to be installed on the machine for this to work? 2. Is programming making use of the SQL Namespace re-distributable, legally?
|