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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10124666.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10139805.html
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...
http://www.experts-exchange.com/Web_Development/Authoring/Q_10142091.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10146349.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10164535.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10187367.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10187862....
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10200227.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10212175.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10265399.html
Zones:
JavaDate Answered: 01/26/2000 Grade: A Views: 31