| Thread | Last Post | Replies |
|
| good DB design tool | 27 Nov 2003 14:59 GMT | 3 |
Anyone can suggest me a good DB design tool which can show ER diagram with column name, description, data type, index info. etc... Thanks Douglas
|
| Need help with progress bar | 27 Nov 2003 09:42 GMT | 1 |
Hi all.. I've never used this before.. Need help from you guys.. How do I create a progress bar in VB that shows the status of data copying process?
|
| DATAGRID validation. | 27 Nov 2003 08:23 GMT | 4 |
I need to know if inside a grid, I can do a dropdown menu in a particular field showing values from another table. This will validate the inforamtion and it will also streamline data input. In the same token. In another
|
| database on a LAN | 27 Nov 2003 02:39 GMT | 1 |
I'm trying to develop an application witch connect to a shared Access database on a server in a LAN; this application should run in a lot of client, each of them using the same database in the server PC. I'm NEW about
|
| Can't find the right driver! | 27 Nov 2003 02:06 GMT | 1 |
I'm at the end of my tether - if anybody can put me in the right direction, I'll really appreciate it! I need to access run a SQL statement to get a recordset - Nothing special. But the table is a Clipper table and it has 274 fields. The MS FoxPro driver
|
| opening EM from VB 6 | 26 Nov 2003 23:55 GMT | 1 |
I am writing some code in VB6 for sql 2k database. can anyone tell me how to open enterprise manager from vb6 so that users don't have to go to start->programs->sqlserver->enterpriseManager
|
| How to work with Interbase transactions with ADO ??? | 26 Nov 2003 20:53 GMT | 1 |
How to work Interbase transactions with ADO???
|
| vb sql2k date type insert query | 26 Nov 2003 18:49 GMT | 1 |
can someone tell me how to insert date into sql2k database from the vb6 app. here is what i am trying to do ========================================================
|
| How to copy file from VB | 26 Nov 2003 18:47 GMT | 1 |
Hi all.. Can anyone show me the coding to copy a file from 1 folder to another folder in VB? Say I have a filename entered by user stored in a variable "strFilename"
|
| Office 2003 Upgrade | 26 Nov 2003 16:28 GMT | 1 |
We have a client in Germany running Windows XP SP-1 (German) and Office 2003 Pro (German). They are using a VB6 app that uses an Access 2000 database via ADO/Jet. This had no problems until after he upgraded from Office
|
| What is the best data control to use? | 26 Nov 2003 15:02 GMT | 2 |
I am a new VB6 programmer, reading books published between 1996-1999 that name several different data controls: DAO, ADO, & ADO in a data evironment. Which of them is the best and most flexible data control to use?
|
| Selecting a date from DBList | 26 Nov 2003 12:02 GMT | 2 |
I have a dblist (dbldate) where the field is a date field from an Access 2000 table. When I select a date I want the program to fill a text box with the contents of another field in the same record of that table. How do I
|
| I wish ADO would let me .... | 26 Nov 2003 11:23 GMT | 10 |
... create another recordset (in another connection) with the source being a recordset set con1 = adodb.connection set con2 = adodb.connection
|
| Errors in SQL Statements in Execute method | 26 Nov 2003 09:32 GMT | 2 |
My program uses a Dataenvironment to connect to an access database(using ADO). I used MS jet 3.51 to connect, but had to change to MS Jet 4.0. Now my Update and insert statements worked fine while i was using Jet 3.51, but now they are giving errors. Should I be doing them in a ...
|
| Move a recordset to another connection | 26 Nov 2003 03:25 GMT | 1 |
I have an open recordset called andrew that is connected to an Access 2k database. I am opening a new connection to another database thus: Dim oConnSAS As ADODB.Connection
|