Hi all its me again 😉
I want to connect to an ms sql server 7.0 via odbc.
I could connect
($conn = odbc_connect("DBNAME","USER","")), it gives me "Resource id #2" back. is this right?
But now I want to read a file...
i made a table called "hello", there an id field and a field called "name".
how could I read this field?
I tried serveral things, but nothing works...does someone have an example?
thx,
elian