| Thread | Last Post | Replies |
|
| VB6 - ADODB - Strange behavior between IDE & EXE | 29 Aug 2008 11:19 GMT | 3 |
I am getting different behavior between running my code in VB6 IDE and after creating an EXE. In the LostFocus code given below, I have two messages being displayed, namely, Msg-1 and Msg-2.
|
| dao recordset not updated | 29 Aug 2008 03:17 GMT | 2 |
I am trying to update a legacy VB6 program to open an Access 2003 database. The problem that I have is that the DBCombo controls are not updating the Recordset when a new record is created. Please take a look at my sample project to see if I'm missing anything obvious: VERSION 5 ...
|
| Beginner - which is best VB or VC? | 25 Aug 2008 21:12 GMT | 2 |
First please forgive the cross-posting, also posted in the VC database newsgroup. I have a number of databases which I would like to convert to VB or VC using Microsoft Visual Studio Express. I know I cannot just click a button and
|
| W W W DAO!!!! | 25 Aug 2008 18:31 GMT | 1 |
 Signature Greg
|
| INSERT INTO table1 FROM tabletemp | 23 Aug 2008 13:51 GMT | 1 |
VB6+MS Access Can anybody tell me why this command fails ("Syntax error") and how to do it correctly? I need to copy all recordsets from a temporary table within the same
|
| Question: Tachometer data. | 23 Aug 2008 10:54 GMT | 2 |
Question: Tachometer data. I am looking for a tachometer that I can hook up to a shaft, AND I want the tachometer to send data DIRECTLY to a Microsoft Windows computer (Windows 2000 or Windows XP).
|
| Good folder for a shared .mdb file? | 19 Aug 2008 13:03 GMT | 4 |
Is LOCAL_APPDATA the correct place or should I use COMMON_APPDATA for an Access MDB which will be accessed from multiple computers in an intranet?
|
| "dbCmd.CommandType = adCmdText" adds the words "select * from " to dbCmd.CommandText. | 15 Aug 2008 04:24 GMT | 3 |
I am converting vb6 code to use sql server instead of access dim ... strCon = ..... dbConn.ConnectionString = strCon
|
| Whats the diff between key and index in adox? | 12 Aug 2008 17:29 GMT | 2 |
per adox help on msdn 'under keys to create foreign key ' Define the foreign key. kyForeign.Name = "CustOrder"
|
| No ado help in msdn oct 99? | 11 Aug 2008 17:11 GMT | 4 |
I dont' seem to get any hits on ado terms in my msdn installation for vb6 is there a separate help file in mdac land? eg: if i have cursor in an ado term in the ide I get error "no help available"
|
| Control access.mdb file location in code for ADODC control | 08 Aug 2008 17:53 GMT | 6 |
I have a simple VB6 program which is working fine. I have a form with an ADODC control on it I call "AdoCalendar". One of the properties is the "Connectionstring". Amoung the items in the string is the location of my access .MDB file.
|
| Getting Run-time error '3265' when Excel workbook is shared | 01 Aug 2008 09:58 GMT | 1 |
I was wondering if anyone can tell me why I am getting this error message when running my VBA 6.5 macro when the workbook is shared, but it works fine when the workbook is not shared?
|