Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Kytro
Starting Member
9 Posts |
Posted - 2005-10-18 : 01:12:31
|
I have two forms in an access data project.The first uses a stored procedure to return a Customer and CustomerID (uniqueIdentifier)The second form uses a stored procedure to return more detailed information which takes a uniqueidentifier as a parameter. When I pass the Form.FormName.CustomerID as an input parameter it complains that it cannnot convert nvarchar to uniqueIdentifierAny ideas? |
|
|
|
|