| Thread | Last Post | Replies |
|
| Having problems finding a duplicate record from a access database using ADO control | 21 Apr 2006 16:19 GMT | 2 |
Having problems finding a duplicate record from a access database using ADO control. Actually I am using ADODC control in VB 6.0 with a Student database (access database) where Studentname being primary key and student
|
| Error when trying to access MS Access database with Linked Tables | 21 Apr 2006 14:36 GMT | 4 |
I have a ASP.Net application that uses a MS Access database. The site works fine when all databases resides locally but on my public server I need to use a different database where the main databasefile resides locally but also has tables linked that resides on a ...
|
| DataGrid controls in parent-child relations? | 21 Apr 2006 07:35 GMT | 1 |
I'm new at this. Here's what I'm experimenting with. (Win 2K Pro SP4, ADO connection to Access 2K .mdb, MDAC 2.8, Jet 4.0 SP8) I have a main form with a set of Textbox controls linked to tblCustomers and 2 DataGrid controls, DGOrders linked to tblOrders and DGOrderDetails linked
|
| VB.Net 2005 - Create ACCESS Database | 21 Apr 2006 03:01 GMT | 3 |
I am in the process of learnign VB.Net 2005 after programming VB 6 for the last several years. I have been trying to find a way to create an ACCESS database programmatically but have had no luck, from MS documentation or Google.
|
| Data form wizard error 'Unrecognized database format' | 20 Apr 2006 21:28 GMT | 9 |
I get this error after selecting a database file and click the 'next' button. Anyone know why - it is an Access .mdb - tried it with several of them. This is in a new Data Project.
|
| Search or filter... | 20 Apr 2006 13:10 GMT | 7 |
Im trying to search a field on my database, i use this code: If txtFiltro <> "" Then Datos.Recordset.Filter = "empresa LIKE '*" + txtFiltro + "*'" Else
|
| how to copy a whole table by DAO? | 20 Apr 2006 07:46 GMT | 2 |
Is there a method available to copy an entire table to a new table name?
|
| couldn't find installable ISAM | 20 Apr 2006 02:25 GMT | 5 |
Hello all, I've successfully compiled a source written in VB6 - Sp6 wich connects to Access 2003. The operating system is WinXP-sp2. The software works well when run from the Visual studio ide ("run with
|
| Create my ow db connection wizard | 20 Apr 2006 01:27 GMT | 4 |
I would like my app to have its own run-time data connection wizard so that users can connect to a data source of their choice. I'm new to ADO.NET, previously programing for RDO/ODBC. With that, I could actually invoke the Data Source wizard from the Windows System, ...
|
| Need help with UPDATE systax to FoxPro DBF table | 19 Apr 2006 16:02 GMT | 1 |
Using ADO in VB6 the following SQL clause creates an error that reads as follows: [Microsoft][ODBC Visual FoxPro Driver]Data type mismatch. the sql statement is:
|
| Need help with syntax | 19 Apr 2006 08:24 GMT | 1 |
What is the proper code to use for a stement like the following: Insert into Input1ph Select * from Custom1ph where Quote = '169163.001' Where Input1ph is in an Access MDB database and Custom1ph is a Foxpro DBF table. Or can this even be done simply?
|
| Using ADO classic, How can I make sure that connection pooling is being used properly? | 18 Apr 2006 13:33 GMT | 2 |
Whe have a classic ASP/VB application and we need to make sure that connection pooling is being used properly. What would be the best way to do that? Thank you,
|
| Cannot drop SQL Server database | 18 Apr 2006 02:49 GMT | 1 |
I am unable to drop a sql server database that I created in my application. I am listing the following steps that I took in order to delete the database. 1) Connect to SQL Server
|
| MDAC | 17 Apr 2006 17:21 GMT | 1 |
Hi all, After a program instalation (I don't know exactly which one!), my VB6 projects cannot access ADO anymore. It return "Automation error" when I run my program. Ok, this is a MDAC issue, so I instaled it again. But...
|
| Select Entire row of Datagrid | 16 Apr 2006 23:36 GMT | 1 |
------------------------------------------------------------------------ A poll associated with this post was created, to vote and see the results, please visit http://www.codecomments.com/message891775.html ------------------------------------------------------------------------
|