| Thread | Last Post | Replies |
|
| AppendChunk method resulting in wrong data | 30 Jun 2007 08:49 GMT | 5 |
Having a bit of trouble with the Parameter.AppendChunk method. The test output from the below code is as follows: Trace: param first byte: 0 Trace: param second byte: 255
|
| LDAP query from ODBC? | 29 Jun 2007 20:49 GMT | 1 |
I'm trying to build a query to pull some information from my LDAP based on a user ID. Dim conLDAP As ADODB.Connection Dim strSQL As String
|
| how to delete all field in the dbase file *.dbf except 2 field nam | 29 Jun 2007 18:23 GMT | 4 |
I use dbase file *.dbf . I want to delete all field name in the dbase file and only reserve two field name "Plot" and "shape". Any suggestion? or source code? My dbase file is "Yield.dbf".
|
| How do I hide an extra value in a list view item? | 29 Jun 2007 09:05 GMT | 5 |
Tearing my hair out with this. I'm getting about 30 odd rows, each having 2 field values, from a db. 1st value is the unique id of the row and 2nd value is the display name, eg: ID Name
|
| Using a variable in SQL | 27 Jun 2007 22:24 GMT | 5 |
I'm trying to replace an integer number in a test WHERE string of my SQL with a variable. See below code snippet. Works: "WHERE (((tblEvent.BitID)= 8));" Does not work: "WHERE (((tblEvent.BitID)= " & BitNum & "));"
|
| Another "Class does not support automation or does not support expected interface" with a twist. | 27 Jun 2007 20:16 GMT | 1 |
Hey guys! I'm having some issues with one of my installer packages i compiled with Microsoft Visual Studio 2005. (VB installer is buggy as hell and wouldn't work on half of our machines no matter what we did with it)
|
| New User needs help with connecting to AS/400 File | 26 Jun 2007 20:36 GMT | 1 |
I am starting with what seems like an extremely easy vb program. I just want to enter a customer number - connect to as/400 file and return the address to my form. I have read and seen alot of connection strings to access 400 files but I am getting truly confused because ...
|
| ado | 26 Jun 2007 00:12 GMT | 2 |
how to connect ms access and vb6 using ado jet connection. i dont know what are the codes to be used...
|
| Automatic Attach Error HELP PLEASE! | 25 Jun 2007 21:39 GMT | 1 |
i'm trying to use database in my application, and i would like not "copy always" original database in debug folder. So i changed the property setting "Not copy" but i obtain the error An attempt to attach an auto-named database for file
|
| dhSQLite - New Version 1.2 | 24 Jun 2007 16:59 GMT | 9 |
Just finished a new version of dhSQLite, wich contains greater enhancements and is therefore not binary compatible with the older version 1.1. The binary size is somewhat larger too: ;-)
|
| Error message on assignment line before rs.update | 24 Jun 2007 05:34 GMT | 4 |
' I am getting an error when I try to update the value of Posted to 1. Set rsTenders = New ADODB.Recordset Set rsTenders.ActiveConnection = Cnxn rsTenders.CursorLocation = adUseClient
|
| Delete records in EXCEL using ADO | 22 Jun 2007 17:03 GMT | 3 |
Hi, All, I created a small tool using VB6, in which I needed to insert some data from Sybase database into an EXCEL file. I use an EXCEL template file with only one row which will be recognized as each column name when connected
|
| Right-click menu | 22 Jun 2007 15:30 GMT | 6 |
Is it possible to program my VB 6 app so that when a user right-clicks on a label at run time it brings up a floating menu (is this a contextual one?) with a list of pre-defined options and when the user selects one of these options I can then pass the value and label id/hidden ...
|
| Looking for the Visual Basic .NET 2003 Resource Kit CD | 22 Jun 2007 11:10 GMT | 2 |
I have been looking long and hard for the Visual Basic .NET 2003 Resource Kit CD. I heard somewhere that it might not be available anymore. Is that true, or does anyone know where I might be able to find it? I've just started using VB 2003, version 2005 is not an
|
| Scrolling / Printing a form | 22 Jun 2007 09:35 GMT | 3 |
I'm really out of my depth on this one so your help would be really appreciated. I've got to show 7 small graphs on a form and allow the user to print this data off.
|