Tagged Questions
1
vote
1answer
1k views
How do i determine the SQLDBType of a variable to be added to a parameter?
How do I determine which SQLDBType to assign to a parameter depending on the input variable to store in the DB? Is there a GetType equivelant to test with?
If IsNumeric(ParameterValue) Then
...