I have a problem when I try to read a memo field from an Access DB using PHP. I get an error...
Warning: SQL error: [Microsoft][ODBC Driver Manager] Invalid cursor state, SQL state 24000 in SQLGetData in .....
I have found info that says you can't read a memo field twice (which I'm not doing)
OR to change your type to text (max lenght of 255)
I know someone is going to say use a MySQL DB instead.... but this is a school project, so I don't get much say!
Thanks!
lil_geek