| Thread | Last Post | Replies |
|
| ADO movenext skips record | 15 Aug 2006 21:39 GMT | 2 |
I have a form which opens a recordset with db.Open "PROVIDER=Microsoft.Jet.OLEDB.3.51;Data Source=E:\My Documents on E\Visual Basic\AMFI\amfitut.mdb;" Set adoPrimaryRS = New Recordset
|
| Syntax Error in FROM clause | 15 Aug 2006 19:07 GMT | 7 |
I hope this is the right place to ask this question!. I am trying to populate a list control with values from an MS Access query. (Query works fine in Access itself) I have created an access query, and attempt to open it using ADO in my app,
|
| export table to DBF file | 15 Aug 2006 14:22 GMT | 1 |
I need to export a table from MSSQL server via script. I have been trying all sorts of bcp solutions but I seem to get nowhere. Once generated, the file cannot be opened as a DBF file. Best solution for me would be to exec via bcp a stored procedure. Since
|
| VB-ACCESS Query Get Distinct rows with two criteria | 15 Aug 2006 14:03 GMT | 4 |
Hope my Title is appropriate Table1 BrId ProductCode RowID 2 KT978 5
|
| Is it possible to set the OriginalValue of a field's recordset? | 13 Aug 2006 06:31 GMT | 4 |
I have a recordset that I build myself by appending fields. Then I populate the recordset with data. The data in the recordset are then further modified, but I need to keep track of which row is modified, against the initial data.
|
| Copy Recordset | 13 Aug 2006 00:48 GMT | 9 |
How can I make a copy, NOT a clone, of a recordset? -Lou
|
| ADO:VB6 Object not opened error. Guidance please? | 12 Aug 2006 19:04 GMT | 3 |
Hello everyone! - I am exremely new to ADO (Ver 2.8). I'm a DAO 3.6 from old school and I only have I have 1 ADO book as a reference. I am not using an SQL server, or MySQL. This is a subroutine of a larger program which is supposed to search a field, within
|
| Visual Basic 2005 Strange Database Problems | 12 Aug 2006 17:52 GMT | 2 |
I am having some problems with Visual Basic 2005 Express Edition and databases. I have tried three different pieces of code (one I made that executes an INSERT command on a SQL database, another sample project from Microsoft also using SQL, and finally one from VB 2005 EE for ...
|
| Module | 10 Aug 2006 23:43 GMT | 1 |
Does anyone know of a way to parse a module in an Access 2003 database? See i need to search through a module for specific code (string). I know in VB you can simply run a textstream through the .bas file and call it a day.
|
| Error : Item cannot be found in the collection corresponding to the requested name or ordinal. | 10 Aug 2006 11:39 GMT | 2 |
I am getting the above error when running a VBA application. The error is returned from a stored procedure call. The stored procedure name is called 'usp_storedprocname'. It works fine when directly called from SQL Analyzer. It does contain SET NOCOUNT ON .
|
| Sum a query | 10 Aug 2006 08:57 GMT | 1 |
I am using VB6 with Access97. In a QUERY in Access I have a field where HOURS are entered. Through VB I can enter DATA based on a MEMBERS ID. I am trying to SUM those HOURS to show in a COLUMN in my DBGRID or even a
|
| TYPE MISMATCH when creating recordset | 09 Aug 2006 23:40 GMT | 10 |
Why or under what circumstance will the creation of a recordset give me a "type mismatch"? Here is the code snippet and the error occurs on the last line shown below: Dim db_Control As ADODB.Connection
|
| dataset Update | 09 Aug 2006 08:36 GMT | 1 |
Not sure why this is so difficult. Using VS2005/SQL2005, and have a table that has changed.. God forbid, something changed! I would like to delete the dataset, but there must be some special secret to doing this. I can add a new dataset.... just can't delete one. The
|
| Install Printer Drivers using Visual Basic 6.0 | 08 Aug 2006 17:46 GMT | 1 |
Is there a way from visual basic code that I can install a printer driver for a new printer that being added to the system? Thanks in advance for help with this!
|
| Help req'd with database please | 08 Aug 2006 17:44 GMT | 6 |
In 1998 I was pretty much at the peak of my (very limited) programming hobby. I wrote a VB front end to handle a MS Access database of around 65,000 product lines. This has been running on a Windows 98 machine since then
|