dbTalk Databases Forums  

Help! : JDBC and stored procedures

comp.databases.sybase comp.databases.sybase


Discuss Help! : JDBC and stored procedures in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ny Het
 
Posts: n/a

Default Help! : JDBC and stored procedures - 07-15-2004 , 09:52 AM






Im currently working on a project using a stored procedure to login:

The procedure look as follows:

@ip_user_name vchar(5)
@ip_password vchar (5)
@ip_clientinfo_width int
@ip_clientinfo_depth int
@ip_clientinfo_java vchar
@ip_clientinfo_version vchar
@op_session_id
@op_user_id
@op_user_description
@op_lastsuccsess
@op_last_failed
@op_message
@op_returncode

I need the retrive the @op_session_id in order to add information to
other coumns/procedures.

Im currently using Java/JDBC.. but also how to use the procedure from
prompt would be useful.

Thanks in advance.
Ny Net

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.