|
xterradane -> Arguments (2/6/2002 19:21:25)
|
If you get the error message: Arguments are of the wrong type, out of the acceptable range, or in conflict with one another on the following line of code: rsInvoice.Open strSQL, objConn, adOpenForwardOnly, adLockOptimistic, adCmdTable Could the following strSQL cause the error? strSQL= "SELECT * FROM Company WHERE EMail ='" & Session("EMail") & "';" If not, any ideas? The only thing I can come up with is that the EMail is not being passed to call it up and find it from the database. However, it is passed to the Add page, so why would it not pass through to the invoice page.
|
|
|
|