| Thread | Last Post | Replies |
|
| Insert rows in text file into SQL DB using VB | 02 Dec 2003 17:09 GMT | 1 |
I am going to import a text file into SQL Server using VB6, I tried to use INSERT BULK, but due to the fact that the column width is fixed, I need to somehow specific the width, is there a way to do it within the INSERT BULK statement. In fact, each field in the table of the SQL
|
| synchronizing changes between multiple recordsets | 02 Dec 2003 16:16 GMT | 1 |
I have a VB application in which one form uses a datagrid to change a Product recordset, and a 2nd form uses a flexgrid to display a ProductAndMfgr recordset, a join between the underlying product data and a manufacturer database. Both recordsets are commands coming off a single
|
| Import Text File | 02 Dec 2003 14:26 GMT | 1 |
From my VB6 app I would like to open an Access Database and import a text file (comma delimeted) into an existing table. From within Access I could do this, i.e. TransferText method, but does anyone know how it can be
|
| DAO, SQL, VBA et "Bitwise" | 02 Dec 2003 03:28 GMT | 9 |
Bonjour, Je suis surtout utilisateur du C++ (dans Visual C++) et du Pascal (dans Delphi), ceci explique peut-être pourquoi VBA me donne quelques soucis!
|
| Database on a LAN | 02 Dec 2003 02:21 GMT | 1 |
Referring to E-mail of Nov 26 2003 1:44AM: "Database on a LAN" I Studied something about MSDE.I'm trying to develop some example applications:
|
| Problem with Asynchronous Operation Termination | 02 Dec 2003 02:13 GMT | 1 |
I am attempting to allow a user to cancel an ADO delete Operation during mid-execute. I've tried dozens of options, but I'm getting nowhere. Set cnn1 = New ADODB.Connection
|
| VB STA COM+ ADO Issue | 01 Dec 2003 21:36 GMT | 4 |
I am having a concurrency problem with an VB DLL which uses ADO to access a remote SQL database. Scenario: Free threaded VB.NET client used to execute a function in the VB dll and
|
| How do I insert a specific worksheet using VB? | 01 Dec 2003 19:09 GMT | 3 |
All, I need to insert specific Excel worksheets in one workbook into Word. I believe this should be straightforward, but I cannot find (or figure out on my own) how to reference the worksheet.
|
| Problem with Command Object via VB Data Environment | 01 Dec 2003 18:33 GMT | 2 |
hi I hope someone can help me with this.. I am using the Data Environment in VB to execute an ADO command which requires a parameter as follows gdsrDE.cmdGetClientsByName SrchName Set rs = gdsrDE.rscmdGetClientsByNam
|
| table sizes for strings if field left null | 01 Dec 2003 16:42 GMT | 3 |
I've written a VB6 application which populates a table. I am contemplating adding a column to the table which 95% of the time will be null but the other 5% of the time can be a character string of up to 100 characters.
|
| Backwards compatibility in ADO | 01 Dec 2003 15:36 GMT | 4 |
I am doing some research on backwards compatibility in ADO. The MS site lists the 3 latest versions available for download: 2.6, 2.7, and 2.8. If I install the latest release, am I in any danger of breaking interfaces on apps the were coded and installed with prior versions ?
|
| Please Help : Using ado access within VB 6 problem | 01 Dec 2003 14:11 GMT | 2 |
can any one help me please I am using ado in VB 6 , I have a database on Access XP, everything is fine, But when I make setup, the error "an error occured while registering the file msado25.tbl " occured and I cant run the program , is there any
|
| adding new data to tables | 01 Dec 2003 10:24 GMT | 5 |
I wish to ADD rows to a large (200 fields x millions of rows) SQL Server table using an ADODB.recordset. I want to open the recordset in a way that no rows are returned, only metadata.
|
| Link text objet with code adodc | 01 Dec 2003 07:13 GMT | 2 |
I'm working on an aplication that is linked with an Access database, I interact with SQL commands with. The problem is that I've many filed for filling as many tables too. I'm currently using a Dataenvironment as well as Adodc's. But
|
| Time trivia - you game? | 01 Dec 2003 06:11 GMT | 9 |
I have the following math problem for someone to help me figure out: Within my SQL Server database, the time is stored as a long integer. Don't ask me why--this is just the way it is done. The format is the sum of the hour in 24-hour notation scaled by 10000, the minutes scaled by ...
|