| Thread | Last Post | Replies |
|
| About data report | 10 Aug 2004 23:58 GMT | 2 |
I want to create a data report to present the data from a database, but is it necessary to use a dataenvironment? From my knowledge, I just know to create a data report by dragging the sql command in dataenvironment into data report. Can I do this without
|
| Connect to database over the internet | 10 Aug 2004 23:43 GMT | 1 |
I'm new to visual basic and am trying to write an application in VB6 that I'm in need of some advise with. I have a Microsoft Access 2000 database that sits on a web server. I will be updating a table (called Locations) in the database on a daily basis using a linked table from my ...
|
| VB6 Array to SQL7 table | 10 Aug 2004 23:40 GMT | 1 |
Hi, I have a huge array of over 100,000 rows that I need to dump into a table. I tried calling an insert sp but that takes quite awhile. Is there faster way to dump a vb Private Type array into a SQL 7 table ? I am creating the table so if I need to change the names of the ...
|
| SQL server insert riddle | 10 Aug 2004 15:24 GMT | 1 |
I use VB6 + ADO2.7 to insert data into a database in SQL server: When I look in the tables, I see difference between the time stamp I gave and the actual values. Please advise.
|
| SQL Statements Blues | 10 Aug 2004 04:57 GMT | 3 |
Hi everyone... I'm trying to figure out how to write a SQL statement that will select records within a specified date range. I've looked through the help offered in visual studio 6 but nothing seems to work. Could someone give me an
|
| which is faster Seek/Find or Where Clause? | 10 Aug 2004 03:03 GMT | 1 |
Just wondered which is faster for retreiving data
|
| Running Query in VB-6 using MultiThreading ? | 10 Aug 2004 02:55 GMT | 5 |
Is there any example or web site where I can find how to run a ADO Recordset Query in VB-6 and fill the MSHFlex Grid Async using Multi Threading ? Best Regards, Luqman
|
| ADO data control, proper use | 10 Aug 2004 02:48 GMT | 4 |
I am in the process of converting a VB program to backend MS SQL from Access. The program had used the DAO data control to communicate with Access. This program has many data controls (8-10) incorporated into it. Switching over to the ADO control is moving along but I have ...
|
| excecute script | 09 Aug 2004 20:29 GMT | 1 |
Is there any way to excecute a sql script after the installation of a .net application?
|
| Is it possible to have a Query on two tables? | 09 Aug 2004 13:58 GMT | 8 |
Is it possible to have a query searching through two tables? I have a table called IR and a table called DeletedIR. DeletedIR is the table which houses records which were deleted from the IR table (they are identical of fields).
|
| Help needed : I can't understand this behavior using ADO/ODBC/DB2 - Unexpected time response | 09 Aug 2004 13:51 GMT | 2 |
I get some strange behavior using ADO 2.7 (under VB6) with an ODBC driver pointing a DB2 (UDB v8.1) database... In fact, I get some huge time response (about 10 times the expected one !). Investigation :
|
| DataGrid or FlexGrid? | 09 Aug 2004 11:04 GMT | 7 |
I believe (rightly or wrongly) that DataGrid is more suited to recordsets, but FlexGrid is more versatile - through code. Does anyone have any further comments to make?
|
| Refresh links (relinking) tables with ADO? | 09 Aug 2004 05:05 GMT | 3 |
Hi. I have a front-end (forms, reports, etc.) and a back-end (tables only) MDB. I already have the tables linked, but I want to be able to move my back-end and re-link all the tables to the correct back-end MDB. Can ADO do this or do I need to use ADOX?
|
| Create Access database with ADO or ADOX from pre-made MDB | 08 Aug 2004 20:32 GMT | 5 |
Hello, I'd like to create a Jet 4.0 (Access 2000) MDB database from scratch from a database I've already created in Access 2000 (with relationships!) This means I need a program that can generate VB6 code. I'd like to make any changes in Access and just re-generate the code when ...
|
| ADODB. recordset returns -1 after recordcount | 08 Aug 2004 19:42 GMT | 3 |
I use a ADODB.recordset but if I use the command rs.recordcount it returns the value of -1. Is this not possible in ADO? Regards
|