K
Keith G Hicks
Is there a chart somewhere that shows the related datatypes to use in the
code to create stored procedure parameters in ms access like in the
following:
.Parameters.Append .CreateParameter("@sPropState", adVarChar,
adParamInput, 2, Me.PropState)
as they compare to the data types in ms sql 2k?
For example, I have a "text" data type in my stored procedure as an input
parameter but there is no "adText" data type in vba. I'm not sure what to
use.
Thanks,
Keith
code to create stored procedure parameters in ms access like in the
following:
.Parameters.Append .CreateParameter("@sPropState", adVarChar,
adParamInput, 2, Me.PropState)
as they compare to the data types in ms sql 2k?
For example, I have a "text" data type in my stored procedure as an input
parameter but there is no "adText" data type in vba. I'm not sure what to
use.
Thanks,
Keith