Advertisement

1 - 10 of 2538 containing alltags:("recordsets") (0.001 seconds)
I am using ADO conection in my application. I'm trying to create a search function to search for specific record by unique key. I know that I need to use the Find Method but that's all How do I ret...
Zones: VB DBDate Answered: 05/07/1999 Grade: C Views: 0
I have dynaset-recordset call RST but I don't know why I can't change the position of current to 10 by following statement: RST.AbsolutePosition = 9 The RST.AbsolutePosition will always be 0, u...
Zones: MS AccessDate Answered: 03/17/1999 Grade: B Views: 0
I need to get the High and low from a database recordset and was wondering how I would go about doing that. I believe you need to use the Max and Min commands, but unsure of the syntax. Any help wo...
Zones: AuthoringDate Answered: 05/11/1999 Grade: C Views: 0
VB6, I have method in ActiveX dll, code works fine "outside class" , it means database and connection is fine" Public Function DisplayNames() As ADODB.Recordset Dim cn As ADODB.Connection Dim rs A...
Zones: VB DBDate Answered: 05/08/1999 Grade: A Views: 0
I have an Access 97 app where the client wants to upgrade the backend to SQL 7.  I want to use pass through queries to exececute stored procs and/or views to be able to maintain the form's recordse...
Zones: MS AccessDate Answered: 05/27/1999 Grade: A Views: 0
I have a table containing 840 records, I am trying to run a query on this table to update certain records.  I've got the query to run, but I get a "recordset not updateable" everytime I try to chan...
Zones: MS AccessDate Answered: 08/02/1999 Grade: A Views: 0
Is it possible to manually program a ADO connection and recordset, then set the recordset property of let's say a MSFlexgrid to that ADO Recordset, without using a Data Control. I tried and could n...
Zones: VB ControlsDate Answered: 08/02/1999 Grade: A Views: 0
I'm working with a disconnected (local, client) recordset to have data structure for maintaining information which I am retrieving from a data source which does not have an OLE DB interface. I'm...
Zones: VB DBDate Answered: 02/06/2002 Grade: A Views: 0
I'm just learning VB, but I'm know SQL, VB for Applications, and access .. I am having a devil of a time setting up a recordset in VB. I've got the connection setup in the DataEnvironment1.da...
Zones: Visual BasicDate Answered: 01/10/2000 Grade: C Views: 0
Hello All, I'm a newbie to Java/J++ and I'm writing a data access wrapper to encapsulate ADO functionality.  I have a function that takes a SQL statement and returns a two dimenisional variant...
Zones: JavaDate Answered: 01/26/2000 Grade: A Views: 31