Enter Keywords:
1 - 10 of 152(0 seconds)
Sort By:
 
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...
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.
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 ...
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...
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...
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...
Zones: MS Visual BasicDate Answered: 03/08/2005 Rating: 9.4 Views: 0
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. ...
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...
Zones: Visual Basic, De...Date Answered: 02/15/2002 Rating: 6.4 Views: 5
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...
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...
Zones: ASPDate Answered: 06/07/2001 Rating: 7.0 Views: 0