how to solve this issue
Hi i am calling stored procedure and it works fine before but noe i am getting error as
[Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'sam'.(when i use username and password attributes in cfstoredproc)
[Macromedia][SQLServer JDBC Driver][SQLServer]Could not find stored procedure 'getData'(when i removed usename and password fields from cfstoredproc)
my cfsoredproc consists of
<cfstoredproc procedure="getData" datasource="#dba#" username="sam" password="password"></cfstoredproc>
