Hello, i'm using .net 2008 and i managed to made a connection with mysql i have a database named e-learn and a table named internet with fields i_questnum
i_questtext
i_questtype
how do i get to show a record (i_questtext) into a text box and what if want to put a button and each time i press it it will show me the next record
forgive my English i'm from Greece...
any help would be apreciate
You can move to next record using mysql_fetch_object(). If you are trying to give navigation button, why don't you pull the specific record you want to show when the button is clicked. In your case if you do it with php, you need to get the data again when the page is posted back otherwise you need to provide navigation using javascript.
actually i found a way to do this, but now i have another problem.. thing is that i wanted to install this form to workstations in my school. When i install it to another computer it doesn't show any data! i try to create an odbc through the control panel but it doesn't connect
the mysql server ip is 192.168.1.66 --> teach-b (is the name)