Hi,
I have Oracle 8i database and i am trying to connect to it through .Net
framework Data Provider for Oracle in visual studio 2005 GridView every
thing goes well until I try to update or insert a record i get error
ORA-01036 my update query is:

UPDATE CUST_RIG SET FNAME = :FNAME WHERE CUST_SRL = :SRL

i tried this in test machine with oracle 9i it works fine but it wont work
in 8i


Help Please :(