0
votes
3answers
45 views
MS Access 2003 - VBA for SELECT query and only choosing specfic record for form
Okay so on this form, I create a grid, almost looks like a bar chart with little "cells" stacked by month. Each of these "cells" are square sub forms, and I create the little squar …
1
vote
3answers
214 views
Java Programming - Spring and JDBCTemplate - Use query, queryForList or queryForRowSet?
My Java (JDK6) project uses Spring and JDBCTemplate for all its database access. We recently upgraded from Spring 2.5 to Spring 3 (RC1). The project does not use an ORM like Hibern …
0
votes
4answers
51 views
Deleting rows from a table using a loop
Why does my Do Until loop try to run raw.Delete even though raw.EOF is true? If I have an empty table, this crashes. Why?
Dim raw As Recordset
Set raw = db.OpenRecordset("tblSampl …
2
votes
2answers
130 views
Retrieve ADO Recordset Field names (Classic ASP)
Hi all,
I wonder if someone can help:
Long story short, I'm using MSSQL2005 to build a Pivot table. The data being examined is limited by date range (All data for 1 week from the …
0
votes
1answer
63 views
Generate a Crystal Reports TTX file from an ADODB.Recordset
Is there an API call for Crystal Reports 8.5 that will generate a TTX schema file from a VB6 ADODB.Recordset at runtime, much in the same way you can generate an XSD from a DataSet …
0
votes
0answers
22 views
Changing cursor type with stored procedure in ASP
Using ASP, I want to call a stored procedure that returns a recordcount.
I understand that I have to change the cursor type to adOpenKeyset or adOpenStatic to return a recordcount …
0
votes
4answers
81 views
Recordset returns the correct number of row but with all field empty
hi I have the same copy of access running in 3 cities right now. they work prefectly ok. they are 99% the same with one minor difference. Each of them has two views which use diffe …
0
votes
4answers
144 views
Problems with Recordset Filter
I'm having trouble with a filter on an ADO Recordset in legacy ASP Classic code, and I'm trying to understand if what I'm trying to do is not supported, or if I'm just doing it wro …
0
votes
2answers
188 views
How to have ADO.NET consume persisted XML ADO recordset for updates
I am working on a .NET 2.0 conversion of a multi-layer client-server application. For the time-being, we're converting the server-side to .NET but leaving client apps in COM (VB6) …
1
vote
2answers
59 views
Constructing a C++ object (the MFC CRecordset) thread-safely
We're trying to build a class that provides the MFC CRecordset (or, really, the CODBCRecordset class) thread safety. Everything actually seem to work out pretty well for the variou …
0
votes
1answer
168 views
Problem Implementing XmlTextWriter in new XmlRecordsetWriter for Streams
For background see my question here.
So the problem now isn't that I can't send a DataSet to classic ASP but that it can't do anything with it. So I found some code to create a r …
0
votes
3answers
642 views
VBA/Access RecordSet per form record problem
Hi all, I'm new to VBA and Access in general and ran into this problem whilst trying to use the proposed alternate implementation from another question I'd asked (http://stackoverf …
0
votes
2answers
131 views
how to get a column of recordset in an arraylist ?
how to get a column of recordset in an arraylist ?? using vb.net .. please help me out ..
1
vote
2answers
92 views
Clone existing recordset to excel recordset
I have a recordset that contains all of the data needed to import into an Excel file. Is there a way I can clone my live recordset into the one created when I open an Excel file?
…
1
vote
5answers
2k views
VBA for MS-ACCESS: how to populate a combobox with a recordset?
There is some litterature available at expert's exchange and at teck republic about using the combobox.recordset property to populate a combobox in an Access form.
These control …
