Advertisement

1 - 10 of 83 containing alltags:("rowset") (0 seconds)
How can I run a servlet from an application and not through the browser? In general: The client part interacts with the user (the gui), and on a user demand sends a request to the servlet (accor...
Zones: Java, Servlets, New To JavaDate Answered: 04/07/2003 Grade: A Views: 0
I have a problem with using a stored procedure which is being executed from a .php web front. The procedure has two input parametres, which it receives from the web application. After doing some ca...
Zones: OracleDate Answered: 04/30/2003 Grade: A Views: 0
I can't scroll backwards in a rowset returned by connection.Execute(query) Is there a way to specify the cursor and lock type when getting a recordset this way? I have about five different recor...
Zones: ASPDate Answered: 10/30/2000 Grade: A Views: 6
i am facing problems using rowset. when i am instantiating rowset like:  RowSet rowset = new RowSet() it is giving me error saying that rowset is an abstract class. even CachedRowSet crs = ne...
Zones: JavaDate Answered: 08/07/2003 Grade: A Views: 0
I try to run a news script, and I want the newest news to be first. I tried with: rs.MoveLast, but then i got this message: -------------------------------------------- Microsoft OLE DB Provider ...
Zones: ASPDate Answered: 09/16/2002 Grade: A Views: 0
Hi.  Using a datagrid to view information from a table, and setting up the connection with a command button rather than an ADO CODE: Set conDB = New ADODB.Connection Set ProductOrderLine = New...
Zones: VB DBDate Answered: 02/16/2003 Grade: A Views: 8
I am using an adodc DataGrid to display an adodb recordset, which is its datasource. Using RowColChange I am displaying records from the recordset in masked edit boxes for editing. However, ...
Zones: VB ControlsDate Answered: 03/03/2003 Grade: A Views: 0
I have an issue with my application that apparently (according to my research on the net) can be fixed by setting Rowset Size to 0 or installing a different version of the BDE. The application is d...
Zones: Delphi ProgrammingDate Answered: 12/05/2003 Grade: C Views: 0
Here is the code: Private Sub Combo1_Click() Dim sql As String sql = "select * from Table1" Rs.Open sql, Cnn, adOpenStatic, adLockReadOnly Set Rs = Cnn.Execute(sql) Set dgResults.DataSource...
Zones: Visual BasicDate Answered: 03/22/2004 Grade: A Views: 8
I need to take a rowset of a single column and transpose it and sort it into a single row inside a stored procedure, and I'm looking for the fastest way to do it.  Here's an example of what I'm tal...
Zones: MS SQL ServerDate Answered: 01/26/2005 Grade: A Views: 0