|
-
Jul 11th, 2001, 06:26 PM
#1
Thread Starter
New Member
VB SQL error message
If anybody knows, what does that error message means, please, tell.
I run vb program, which use a Command object to run a SP and I am getting an error message:
"Invalid character for cast specification"
-
Jul 11th, 2001, 06:40 PM
#2
PowerPoster
-
Jul 11th, 2001, 06:44 PM
#3
PowerPoster
-
Jul 11th, 2001, 06:49 PM
#4
Hyperactive Member
It's difficult to say specifically what's causing your error from
what info you've supplied, but you can safely assume either
an input or output parameter to your SP is defined as the
incorrect datatype.
Also, FWIW, in SQLServer v7 without SP2 installed, a negative
zero (-0) result will cause this error.
-
Jul 12th, 2001, 08:04 AM
#5
Junior Member
Its a syntax problem. Try placing quotes around your variable
Regards....
Gaz
Ciao.........Gary
VB6, SQL Server 7, Access 97
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|