| Thread | Last Post | Replies |
|
| Datalist | 13 Sep 2006 13:59 GMT | 4 |
I am using vb6 at the moment. I need to assign the rowsource and listfield of a datalist to a particular column of a filtered recordset after pressing a command button. I am having troubles for the datalist to display the desired data.
|
| How to apply Distinct to a recordset? | 12 Sep 2006 21:33 GMT | 9 |
(sorry, newbie question) this is a rephrase of a post "Beginning sql" which may not have been a good title <g> If i had a table and wanted a list of all distinct items in Field1 i think
|
| Pull SQL Recordset | 12 Sep 2006 17:26 GMT | 2 |
Hi, I'm trying to pull a range of SQL data into an array. The connection is made OK, but I would like to put the list into an array or listbox. Then run thru the data in a printing program. What's the best way to do this. Here is what I have so far...
|
| VB 2005 newbie - on the fly query | 12 Sep 2006 17:07 GMT | 1 |
Howdy: I am an experienced VB 6.0 database programmer trying to write first VS 2005 application in VB 2005. I want to create an end user defined query and pass it to the program. Specifically, I want to pass a date range, ie:
|
| Find record in a DataGrid | 12 Sep 2006 14:33 GMT | 1 |
A datagrid, a dataset, a bindingSource, a text box. I can see the data rows in the grid. Question: How to highlight the record found from a search using the contents of the text box. Should be so simple.
|
| ADO -2147217900 error when openning adodb recordset | 12 Sep 2006 09:19 GMT | 2 |
I have encountered an "undebuggable" error on a client's machine. After many attempts to determine the problem, it seemed as if the program was hanging on openning an adodb recordset. To be sure that there were no program bugs, I wrote a testing routine to test all the components I
|
| beginning sql question | 11 Sep 2006 16:22 GMT | 3 |
Trying to learn how to work with recordset via ado vb6 suppose I have a recordset oRs, oRs has a field "Field1" 10 records where Field1.Value = "a"
|
| update data error | 11 Sep 2006 13:32 GMT | 6 |
I am having a hard time updating a SQLExpress database from a dataset using "adpFeature.Update(dstFeature, "FeatureTable")" it fails and tells me: System.Data.SqlClient.SqlException was unhandled
|
| VB6. | 11 Sep 2006 07:39 GMT | 4 |
I am encountering the problem with the mixed types (text and numbers) in one colmun (Serial numbers column) and i need to create a text file from the excel,
|
| Problems with access 2002 | 09 Sep 2006 21:17 GMT | 2 |
Hi, my name is Byron. I am trying to connect to access using this code: Private Sub cmdVerFoto_Click() On Error GoTo Err_Handler
|
| ADOX: I can't set Nullable for field from code | 09 Sep 2006 15:36 GMT | 1 |
I'm writting in vb6 Dim oCat 'As ADOX.Catalog Dim oTable 'As ADOX.Table Set oCat = CreateObject("ADOX.Catalog")
|
| method 'open current database' of object '_application failed | 09 Sep 2006 12:51 GMT | 2 |
I'm trying to use VB6 to print out the reports that I have written in Access, but somehow it doesn't work.. it was working before.. it said user defined type not defined for the line Dim appAccess As New Access.Application
|
| Collating Sequence Not Supported VB6/Access | 08 Sep 2006 09:30 GMT | 6 |
I'm trying to modify a VB 6 project that I have not touched in 5 years and am having a problem I can't seem to fix. This program works with MS access files that we access using code like: Dim nConn As New ADODB.Connection
|
| Can't open Access database from VB 4 | 08 Sep 2006 01:32 GMT | 8 |
I'm using VB 4.0 and DAO 3.51 and am trying to use a database created with Access 2000. When I try to open the database I get the error 'Run-time error 3343' unrecognized database format The filename I'm using is correct and is a valid Access database. Any
|
| vbYesNO | 07 Sep 2006 15:40 GMT | 1 |
Hi to all, I using the English language for Access. In a Message Box with vbYestNo, I changed the message text to French, the Yes , No buttons are in English.
|