Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PARAMETER PASSING TO MSSQL & ORACLE

Status
Not open for further replies.

Maricus

Programmer
Mar 9, 2001
41
KE

Hi,
I am converting a vb6 application in MSSQL to be able to work in Oracle 9/10. The problem is that in VB/MSSQL, when a certain number of parameters are passed, MSSQL does not mind the order in which they are passed. MSSQL will be able to sort out the peramters. Also, it is possible to pass fewer parameters as the receiving MSSQL.
But..

In Oracle, the parmaters must be passed by VB in the same order and number as the way Oracle receives them.

The problem, the amount of work involved to rearrange procedures, functions and the VB will be too much work.

How can I work around this problem.

Maricus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top