| Thread | Last Post | Replies |
|
| How to duplicate a record? | 15 Oct 2003 20:37 GMT | 4 |
I have a recordset in which sometimes I have to duplicate some of its records. Is there anyway I can do this without having to assign the values one by one. This recordset contains all of the fields of the table it is linked to. I
|
| Getting the record number of the record just added | 15 Oct 2003 19:36 GMT | 9 |
I use: VB 6 sp5 Access 2000 database DAO connection
|
| Import text file to access from VB6 | 15 Oct 2003 17:00 GMT | 3 |
I am trying to import records from a csv textfile to an access 2000 database from VB6. My SQL INSERT statement below works fine if the date and time fields are removed. With the date and time fields I get a Syntax Error when trying to import. Any suggestions?
|
| Insert into linked tables inside a transaction | 15 Oct 2003 16:23 GMT | 6 |
I am writing a VB application that connects to a SQL server 2000 database via ADO. Upon the user clicking the save button, I want to save information into 2 tables. However I need the ID number
|
| Problem retrieving a date from Oracle 8 using ADO 2.7 | 15 Oct 2003 15:36 GMT | 2 |
I was wondering if someone ever ran into a problem with retrieving dates using ADO from an oracle database. I have a website on a server running IIS, and using ADO to connect to an oracle 8.1 database located on a remote server. The site was
|
| How to call an access Stored Procedure through vb6? | 15 Oct 2003 12:51 GMT | 1 |
is there someone who can help me? I want to call an access(2000) stored procedure through vb6. How can I do it?
|
| Descripton of table-field | 15 Oct 2003 11:55 GMT | 1 |
in a access-database you can add some description-informations to a table-field. is it possible to see / access those description-informations in vb (ado, dao)
|
| XML from SQL using VB | 15 Oct 2003 11:54 GMT | 3 |
I've got a store procedure that returns an XML using FOR XML EXPLICIT. How could I get the results in a VB string? Running the store procedure in Query analyser give me a nicely formatted XML, but I'm getting garbage using ADO recordsets in VB. ADO streams didn't help
|
| ADO.NET | 15 Oct 2003 04:33 GMT | 1 |
Are there somehow any ado.net dsrivers for clipper?
|
| Deleting...arg... | 15 Oct 2003 04:04 GMT | 1 |
I'm trying to delete a number of records via an SQL. However, when I go to Refresh the Adodc I get an error message that says 'Not allowed when operation is closed.' However...it successfully deletes all the records.
|
| How can I connect to a MySql and PostgreSQL | 15 Oct 2003 04:02 GMT | 1 |
Hi, how can I connect in a MySql And Postgre using Ado.net ?
|
| The correct name of the graphical object | 15 Oct 2003 03:47 GMT | 3 |
Adding VB-code to Microsoft Access 2002 (10,4302,4219)SP-2, problems with reference to a combobox on a form: (How to add a space into a name?) Debug, locals: - : Item 1 : : Variant/Object/Combobox
|
| Newsgroup not available | 15 Oct 2003 03:35 GMT | 1 |
I have a thread which moved on to the second page of this newgroup yesterday. Unfortunately I can't move to the second page. Instead of the second page, the frame instead shows "Newsgroup
|
| Inconsistency between VB6 Debug mode and Run mode (ADO Prepared Statements) | 15 Oct 2003 03:29 GMT | 1 |
hey all.. i've written some code (slightly modified from microsofts official example of how to use ADO prepared statements) that behaves differently under debug, and im wondering why:
|
| Field Properties in Create Table | 15 Oct 2003 03:05 GMT | 5 |
I have successfully created a table in an existing Access table using the shown code. My problem is that when specifying not to allow zero length for the primary key, the "Required" property also gets set to No. How can I
|