Gimpster
Nov 17th, 1999, 05:13 AM
I have looked for hours in the MSDN library to try to find out how you display the information stored in a SQL database. I am connecting to the database using an ADO connection. Here is an example of what I'm trying to do.
Say I have a table called "Customers" and the table has three columns in it: "cust_id", "cust_lname", and "cust_fname". I want to be able to display these three tables on a form. However, this is where I am confused. I don't know if I need a flexgrid (because I've never used one, and don't really know what they're used for), or if I just use text boxes, or just what I need to have on the form. I also do NOT want to use the ADO Data Control, so I am going to have my own custom buttons to move around. I know how to program the buttons to move between recordsets, but I cannot figure out how to display the information in the current recordset. Please help, I'm going crazy.
------------------
Ryan
corneslen@hotmail.com
ICQ# 47799046
Say I have a table called "Customers" and the table has three columns in it: "cust_id", "cust_lname", and "cust_fname". I want to be able to display these three tables on a form. However, this is where I am confused. I don't know if I need a flexgrid (because I've never used one, and don't really know what they're used for), or if I just use text boxes, or just what I need to have on the form. I also do NOT want to use the ADO Data Control, so I am going to have my own custom buttons to move around. I know how to program the buttons to move between recordsets, but I cannot figure out how to display the information in the current recordset. Please help, I'm going crazy.
------------------
Ryan
corneslen@hotmail.com
ICQ# 47799046