Dear Team
i used Remote Database Connector(RDC) to connect My Remote database its working fine.
When i use the Query like select * from items . its retrieve all records
the problem is when i use select * from items where category = ? . it show the logs column names only not retrieve any records. i .
i pass the parameter string like
Dim cmd As DBCommand'
cmd.Initialize
cmd.Name = "select_itemnames"
cmd.Parameters = Array As Object("Fruits")
reqManager.ExecuteQuery(cmd, 0, Null)
Tag: null, Columns: 6, Rows: 0
categoryname heading description weburl coupencode mobileno
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
i used Remote Database Connector(RDC) to connect My Remote database its working fine.
When i use the Query like select * from items . its retrieve all records
the problem is when i use select * from items where category = ? . it show the logs column names only not retrieve any records. i .
i pass the parameter string like
Dim cmd As DBCommand'
cmd.Initialize
cmd.Name = "select_itemnames"
cmd.Parameters = Array As Object("Fruits")
reqManager.ExecuteQuery(cmd, 0, Null)
Tag: null, Columns: 6, Rows: 0
categoryname heading description weburl coupencode mobileno
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **