| Thread | Last Post | Replies |
|
| SQL + VB6 + Access | 09 Dec 2004 20:56 GMT | 2 |
Can anyone please help with the following problem. I have three tables and join two of them on a common field.( Table1 and Table2) The problem is that one of the tables might have more than one row
|
| Fields Properties of tables | 09 Dec 2004 16:34 GMT | 2 |
i'm writting a program that compares the tables and fields of two databases in order to know if they are equal. I allready made the code in order to see if a certain database has all the tables that exist in the other table of the other database and i allready
|
| como hacer coneccion a DB access sin DSN | 09 Dec 2004 10:18 GMT | 1 |
Estoy tratando de crear una coneccion para leer unos datos de una base de datos en access pero me da un error, antes lo hice pero con DSN y funcionaba ahora cuando trato de hacerlo DSN-Less: Run-time error
|
| REQ: Advice Using (data)control (DAO database) | 08 Dec 2004 21:29 GMT | 4 |
I have a database using DAO and a query. Now i'd like to show the results in a "data control". I only have to display the query results (no editing at all) In my app. the user can select a database (all databases have the same
|
| DSN Less Access conection | 08 Dec 2004 13:16 GMT | 2 |
I am triying to convert a DSN access connection, to a DSN Less connection but I am getting errors, on the DSN connection it worked but now doesnt, I'm getting this error: Run-time error
|
| convert recordset fields collection to generic collection of fields? | 07 Dec 2004 22:51 GMT | 1 |
I'd like to create a middle tier object for my application, an api of sorts. this api would only expose the business objects, not the underlying database components. consequently, i'd like to convert a recordset's fields into a generic collection of field objects. is there a ...
|
| Updating Tables | 07 Dec 2004 22:49 GMT | 6 |
I have a large table in a MySQL database. To add records to this table, I usually do: ' Connect to db. Connection is cn. Set rs = new ADODB.Recordset
|
| Concurrent Data Retrieval | 07 Dec 2004 22:42 GMT | 1 |
I have the following scenario, please tell me if this is possible: I have a multiuser application. I have a master-entry form for (example) Countries. Another form lists the Countries in a DBGrid. My problem is when User A enters a new Country thru the Master Form, then
|
| Automatic Sign off... | 07 Dec 2004 22:10 GMT | 3 |
I am using Visual Basic 6.0 SP 5. In my application if there is no activity for say 5 min I want to automatically log off from this application. When I say "no activity", I basically mean that the end user is not using this application at all for 5 min, no mouse clicks no
|
| Updating Tables (again) | 07 Dec 2004 19:32 GMT | 1 |
Ok, this bugger is still giving me fits. All I want to do is insert a record into a MySQL database via VB/ADO/ODBC (MyODBC 3.51) *without* reading the entire table first. Now the ODBC driver is returning "SQLBindParameter not called for every parameter) - which I gather means that ...
|
| Recordset to XML | 07 Dec 2004 19:08 GMT | 1 |
I need to convert a VB6 ADO Recordset to XML so that it can be serialized and passed into a .NET Web Service. Can anyone help me with this? Thanks
|
| Delete from tableX where Field1 like ... works in Access but not | 07 Dec 2004 14:54 GMT | 1 |
I have a table in which I would like to delete some records that don't have a particular character at the beginning of the field. An sql statement in ACCESS works properly, but when I try to execute the same delete from VB6 via ado...
|
| reading specific data from sql | 07 Dec 2004 11:59 GMT | 2 |
This reports an error Private Sub cmdlogin_Click1() Dim cnMySql As New rdoConnection Dim rdoQry As New rdoQuery
|
| VB6 and SQL Server BCP | 07 Dec 2004 11:07 GMT | 3 |
I'm wondering if there are any fellow VB6 coders our there that have coded projects using the command line BCP program from SQL Server to import data. We have a couple production applicatoins as work that uses BCP behind the scenes to load our DSS servers on a nightly basis. For ...
|
| refresh | 07 Dec 2004 08:39 GMT | 1 |
Hello, I use a recordset and bind to a grid, when I refresh the recordset, the cursor move back to the first record, I added a bookmark to avoid the movement, but still, sometimes, the bookmark cursor
|