J
Jeremy McPeak
I am new to ASP.NET. For the past few years, I have used PHP as my
server-side technology. I am wondering if there is any reference that will
show me any like functions/methods between the two languages. I am
specifically looking for a comparable mysql_fetch_object().
I started fooling around with ADO.NET, but I have not found a method that
will allow me to pull information from a datasource except by using the
number of the field (ugh). The mysql_fetch_object() function, while not the
best in the world, easier code to follow and easier maintenance.
server-side technology. I am wondering if there is any reference that will
show me any like functions/methods between the two languages. I am
specifically looking for a comparable mysql_fetch_object().
I started fooling around with ADO.NET, but I have not found a method that
will allow me to pull information from a datasource except by using the
number of the field (ugh). The mysql_fetch_object() function, while not the
best in the world, easier code to follow and easier maintenance.