Cavin Lee
Sep 17th, 1999, 10:35 AM
My purpose is to use Visual Basic to connect to Oracle and view data in Oracle tables.
ODBC was successfully created and use Oracle ODBC test I can connect to Oracle and view any tables.
In Visual Basic I use ADODC to connect to Oracle and use List Box to view records in the selected table. In the List Box property I set DataField to a column name in the table I selected ( I can see all the column names in the selected table in the DataField drop down box). But I can not see any thing in the DataMember property. When I compile I got this error "Unable to bind to field or DataMember: ". What do I need to do to get the list of DataMember? Please Help
thanx in advance (cavinle@hotmail.com)
ODBC was successfully created and use Oracle ODBC test I can connect to Oracle and view any tables.
In Visual Basic I use ADODC to connect to Oracle and use List Box to view records in the selected table. In the List Box property I set DataField to a column name in the table I selected ( I can see all the column names in the selected table in the DataField drop down box). But I can not see any thing in the DataMember property. When I compile I got this error "Unable to bind to field or DataMember: ". What do I need to do to get the list of DataMember? Please Help
thanx in advance (cavinle@hotmail.com)