| Thread | Last Post | Replies |
|
| Code stopped working. | 20 Jun 2006 14:24 GMT | 2 |
The code below has been working fine for several years, through several printer changes. However the latest change in printers has caused this to stop. Basically it prints several copies of a form record to 2 different paper trays. The code looks fine to me and
|
| Using VB6 to get data from Excel files ... | 19 Jun 2006 16:46 GMT | 1 |
Hey ... I've got about 500 Excel files with data stored in them in tabular format ... (my coworker used excel as a database). I want to write a vb6 program that will open up these files and get the info from each row, and store it in an MS Access database, or perhaps a
|
| Problem related with open and close database | 19 Jun 2006 15:44 GMT | 1 |
i have application with ms-access database in vc++(MFC).while initializing database with different tables and corresponding fileds,one run time error message would throw that table name is not found even though it works properly in debug mode.as well as when i add one line
|
| Deploying VB .Net / SQL Server 2005 with merge replication | 19 Jun 2006 03:48 GMT | 2 |
I am experiencing a problem with deployment of a VB .Net application which carries out merge replication, and would greatly appreciate any assistance. I am currently struggling to find stuff about my problem on the net, which probably means either (a) I'm missing something
|
| Storing Jet database on unix server | 18 Jun 2006 18:24 GMT | 3 |
-We have 32 computers on a peer-to-peer network where I work. -We will be installing a server. -I have written an application in VB and Excel VBA that uses a Jet database. -The database must be accessed from more than one computer at a time for
|
| error 3704 : mysql | 17 Jun 2006 23:01 GMT | 6 |
Hi, i am trying to connect my vb 6 application with a mysql database. here is the code snippet: Set dbConnection = New ADODB.Connection
|
| can't delete records!!!!!!! | 17 Jun 2006 08:14 GMT | 2 |
hello everybody i have problem with my scripts so that i can't delete record form my sql table if someone could help..... here the codes:
|
| Filtering records using SQL statement with ' in field name | 16 Jun 2006 14:19 GMT | 8 |
I am trying to filter a recordset using the following SQL statement SELECT * FROM 'cars.sold' where seller='" & txtSellername.text & "'" the txtsellername.text refers to a texbox on the VB form which enters the name i want to filter by.
|
| How to add new record in VB Form using Dao Library | 16 Jun 2006 06:53 GMT | 1 |
Hi i developed some database in access. now i had planned to convert in to vb6.0. i had designed my form and i linked the tables also. when i m using data control. when i will open that form its going to first record. But i don;t want like this. I need to add new record when i m
|
| retrieving table list | 15 Jun 2006 15:43 GMT | 10 |
how do i obtain a list of tables? ive made an odbc connection using a dsn but how do i get a list of tables from the connection. thanks
|
| XP SP2 & MDAC 2.8 | 15 Jun 2006 06:43 GMT | 7 |
When I run ComponentChecker on my XP SP2 development machine for "MDAC 2.8 SP1 on Windows XP SP2" it tells me that the file MSADCO.DLL should be version 2.81.1117.0, but is actually 2.81.1124.0. When I try to replace 1124 with 1117, it allows me to do so, but XP must restore the ...
|
| SQL SERVER ERROR | 15 Jun 2006 01:05 GMT | 1 |
I need, to introduce data to SQL, but a field has one comile simple in the middle, since I make to send that chain to ejecutarce
|
| renaming and limiting columns in datagridview | 14 Jun 2006 17:44 GMT | 1 |
I'm fairly new to VB 2005 (.net 2) and definitely new to the DataGridView control. I'm trying to populate one with only 2 columns in a table (out of 7). In addition, one of the columns needs to be renamed. Do I need to use a SELECT statement to fill the dataset for the grid, or ...
|
| Error using GetChunk to obtain text BLOB | 14 Jun 2006 14:18 GMT | 1 |
I am using Windows XP(sp2), and VB6. I am attempting to fill a FlexGrid with the data from an ADODB recordset. It all works fine except for data from my Access database MEMO fields.
|
| insert a textbox value into access | 14 Jun 2006 13:51 GMT | 1 |
hi, i'm trying to insert a textbox value into a access database. i get an error: 'Error: no value given for one or more required parameters.' nothing is set to be required in the db. is there something wrong with my syntax?
|