I am trying to make a symbol of a text box which has dynamically text from a external textfile. This I do by loadvariablenum() and in the textbox _root.var1.
No probs.
But I can seem to ma...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 11/29/2003 Rating: 9.6 Views: 0
If I run a SQL statement
delete
from cust
where custid > 500
how can I find out how many rows were deleted? I have the same question for updates, but I imagine the answers are the same.
http://www.experts-exchange.com/Database/Oracle/Q_10231801.html
Zones:
OracleDate Answered: 11/10/1999 Rating: 9.4 Views: 0
I have been searching in documentation and online and I cannot find the answer.
In most languages there is a way to investigate an update or delete query to find out how many rows were affected ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_10578882...
Zones:
Cold...Date Answered: 07/03/2000 Rating: 6.8 Views: 0
Set connFol = CreateObject("ADODB.Connection")
Set rsFOL = CreateObject("ADODB.Recordset")
Set rsFOL2 = CreateObject("ADODB.Recordset")
FOL = "Provider=MSDASQL.1;Persist Security Info=False;Us...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20260739.html
Zones:
Visual BasicDate Answered: 01/30/2002 Rating: 9.0 Views: 0
I am trying to find the number of rows returned by a select stmt.
So far I have done these
set RS = conn.execute(sql, recsaff)
response.write recsaff
I get -1
set RS = CMD.execute(rec...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20732196.htm...
Zones:
ASPDate Answered: 07/05/2004 Rating: 7.2 Views: 0
I have the following code. I cannot get the records affected when I run the insert, delete, update statements. I can the records count in select statements. there is no record count in insert, d...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21302048.htm...
Is it normal for the row(s) affected message to appear twice when performing a insert in Query Analyzer? I realize I can set nocount to on however I do want to see the number of records affected.
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21428419.html
Zones:
MS SQL ServerDate Answered: 05/18/2005 Rating: 8.8 Views: 0
I'm using ADO 2.1 connected to SQL Server 7.
I've written a stored procedure to replace an update statement. But now the records affected argument of both the connection objects and command obj...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20100946.html
I am useing a VB app to update and insert data into an Oracle database. The database is oracle 7.3. I would like to collect and verify the number of records affected by either of these transactio...
http://www.experts-exchange.com/Database/Oracle/Q_20108765.html
Zones:
OracleDate Answered: 04/24/2001 Rating: 8.0 Views: 0
Are renting an area on NT-server from an ISP.
I have one Access database and ASP code accessing the database.
I'm not able to install components on the server due to a very strict policy from...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20128804.htm...
Zones:
ASPDate Answered: 06/07/2001 Rating: 7.0 Views: 0