| Thread | Last Post | Replies |
|
| Need help with opening excel worksheets and text files | 07 Apr 2004 15:40 GMT | 1 |
Hi friends I need routines to create an excel file with worksheets for each customer and a text file as well for each customer, first worksheet would be a "Summary Report", here is the code that would get the data
|
| RecordCount | 07 Apr 2004 15:38 GMT | 2 |
Hi I have a VB App that connects to a Jet DB. I have a recordset and I am trying to return the number of records. The RecordCount property returns -1. Am I doing something wrong: Set rsLoc = New ADODB.Recordset
|
| Invoice Program | 07 Apr 2004 13:15 GMT | 2 |
I wonder if some one could help me with an invoicing program I am trying to write for a client. I'm ok with basic databases but this is a little above my head. I have checked all the usual VB sites for a good example but most of them
|
| DTS | 07 Apr 2004 06:59 GMT | 1 |
I have to create a dts package to import a text file into a table of a db The problem is that The SQLserver and the file don't stay on the same machine and so I can't do the import.. any idea thanks!!
|
| VB6 connecting to SQL SERVER | 06 Apr 2004 20:16 GMT | 2 |
I have a vb6 app that i'm trying to connect to SQL SEVER to retrive a single column of data from a table and load into a recordset. Then i plan on clicking a next button that will display the current record in a text box. Having a few issuses, i believe i connect but having ...
|
| ADO, Oracle, leading zeros | 06 Apr 2004 15:49 GMT | 3 |
I am using VB6, ADO and winxppro to connect to Oracle 8.1.5 over a network. Here is my code: Set cn = New ADODB.Connection cn.CursorLocation = adUseClient
|
| Database update and datagrid question | 06 Apr 2004 05:40 GMT | 1 |
I am using a form to update a database. One of the field is a yes/no type field. I am displaying a datagrid where the Results of No are displayed. For this i am usinga querry. The datagrid doesnt display the updated record. I have used the requerry, refresh methods on the querry but ...
|
| Memory Leak - Jet4.0v4.0.8015.0, XP, ADO2.7, DAO3.6 | 06 Apr 2004 05:17 GMT | 1 |
I've put together a small VB6/SP5 app that will loop with each loop opening a database, then a recordset, closing the recordset then the database and repeat. I'll loop thru this a few hundred times watching the available physical memory drop with Windows Task Manager. A large ...
|
| How to import text file into access database | 06 Apr 2004 00:09 GMT | 3 |
I want to know How to import coma delimetered file into database e.g 1, ABC, "Computer, Test", Dep, 85 2, AC, "Computer, Sold", r&D, 99
|
| SQL Problem | 05 Apr 2004 22:47 GMT | 2 |
Can anyone spot a problem with this code? It works fine untill I try to add value for date(lblDate2) the variable is formatted as follows lblDate2 = Format(Date, "Long Date")
|
| How do I:Add a column | 05 Apr 2004 15:12 GMT | 1 |
I use VB6 + ADO How do I add a column to an existing FULL table without causing harm to the data (using vb code...)? How do I check if the column exists before adding it ?
|
| DataReport designer | 05 Apr 2004 12:15 GMT | 5 |
I have a DataReport bound to a DataEnvironment. When I add a new record, click the update button, and go to the DataReport, it does not appear but does appear when the user quits the program and restarts. How can I avoid this? The user should not have to quit the program just ...
|
| VS6SP6 and Access+MSDE | 05 Apr 2004 08:17 GMT | 1 |
I just upgraded my VS6 with the new SP6; now, when I try to edit MSDE sproc's, I get an error message "ADO error: could not find stored procedure 'dt_getproctdef'" (which I assume is an internal sproc in SQL server). Can I do anything else than reinstall VS6/Access, or even worse, ...
|
| How to retrieve primary key or index field info.? | 05 Apr 2004 04:32 GMT | 1 |
I have difficult to find information from microsoft of retrival and deleting primary key or indexes of an access database. The purpose of this is to update the database which is built by customers. Thanks,
|
| Stored Procedure Error With Access 2000 Reports | 05 Apr 2004 01:26 GMT | 1 |
Hi Y'All, Having a really infuriating problem when trying to create an Access 2000 report which calls stored procedures on a SQL Server 2000 database. I'm getting the error "Microsoft Access Can't Find The Object <proc name>"
|