Click to See Complete Forum and Search --> : SQL connection


webapp
November 19th, 2007, 02:02 AM
I am using SQL server database. and connecting it through odbc datasourse administrator with my java code. wheh i am running it in normal java application, applets, swing, the tables are selected, created, values are inserted....... but when i am doing it through jsp and running in browser. it is showing the error message of invalid object name for table name.
is it bcoz of permission issue.........

how can we change the permission for particular column in the table.

when i click on column permission, aand select the option of list only column for this user no column is seen....
in list all columns, when i select checkbox select ,update.....but the changes are not reflected??????????

the select,update,insert permissions are granted for entire table.......
what additional thing i require to run the connection code in jsp?