Can I still use stored procedures (Sybase) ?
hi, links, examples, etc welcome, fairly new to JSC...
I have retrieved data from table via query/rowset and have used setText calls to populate my fields... not sure if this is the best way... not sure how to 'bind' my fields to the rowset so I did it that way..
can I now use existing stored procedure in the db to save from my form, and if so, how do I associate my form/fields to my stored proc? how do define my proc on my page? anyone have an example?
or is it easier to bind data to my db table w/o using sp?
thanks in advance -

