CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 wise guy runtime error

Print topic Send  topic

Author Message
RUNTIMEERROR
Posted: 06/21/2005, 3:30 AM

Hi

this is the code
wise guy in ms access it was working fine after i migrated to oracle it is giving this error

in all the files it is giving the same error
on this line

If Not (.BOF And .EOF) Then

Private Sub initFieldGroupedDataRowsets
Dim strQuery ' as String

strQuery = "SELECT Code, Name FROM Circle"

Set fldCircle.GroupedDataValues = executeAccessorSQL(Me, strQuery)
With fldCircle.GroupedDataValues
If Not (.BOF And .EOF) Then
Set .ActiveConnection = Nothing
.MoveFirst
End If
End With

strQuery = "SELECT Code, Name FROM [Zone]"

Set fldZone.GroupedDataValues = executeAccessorSQL(Me, strQuery)
With fldZone.GroupedDataValues
If Not (.BOF And .EOF) Then
Set .ActiveConnection = Nothing
.MoveFirst
End If
End With

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.