|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Stored Procedure Problem
I am receiving the following error:
Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC SQL Server Driver][SQL Server]Procedure 'AddLoan' expects parameter '@SessionID_1', which was not supplied. This stored procedure is suppose to write user input to the database. |
|
#2
|
|||
|
|||
|
RE: Stored Procedure Problem
Are you supplying the parameter it asks for? The only time I have ever seen an error message like this on my MSSQL servers is when I forget to pass the stored procedure the proper parameters....
|
|
#3
|
|||
|
|||
|
RE: Stored Procedure Problem
Yes, you'd have to find documentation or the writer and find out what information you are expected to supply.
Questions: What are you doing when the error happens? Are you calling this proc from the console? Is this happening when you are running a program? |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Stored Procedure Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|