MySQL Forums
Forum List  »  InnoDB

Unable to query a Column
Posted by: Eileen Tan
Date: July 23, 2008 08:27AM

Hi,

Hope someone can help me out with this.

I'm trying to query a column of a table. I'm able to query all columns except 1 particular one (the column is called amount). I'm not sure what is wrong. It always return a null value although there it's not.

Can someone pls help me out?

Set RS_Get = Server.CreateObject("ADODB.Recordset")
RS_Get.Open "SELECT * FROM order_hd where orderID = 41, objConn, 2, 2
Dim amount
amount = RS_Get("amount")

Options: ReplyQuote


Subject
Views
Written By
Posted
Unable to query a Column
2549
July 23, 2008 08:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.