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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20084386.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_20601098.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11696439.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20137179.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20358203.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20515220.html
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, ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20536268....
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20805574.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20924313.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21278596.html