G
Gary Miller
I have taken over an ADP project that someone else has done.
I have found that there is criteria on the passed variables
in stored procedures that uses the Access terminology to
pass form variables ie...
@ID nvarchar(50) = 'Forms!frmClients!Id'
Is this a valid approach or would this bomb with SQL Server
2000?
--
Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
I have found that there is criteria on the passed variables
in stored procedures that uses the Access terminology to
pass form variables ie...
@ID nvarchar(50) = 'Forms!frmClients!Id'
Is this a valid approach or would this bomb with SQL Server
2000?
--
Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________