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 |
smallrinilady
Starting Member
4 Posts |
Posted - 2007-03-12 : 14:50:20
|
I'm getting this error in which the MSDN page doesn't help me figure out what is going on at all.I was wondering if anyone could give me some clues to what it is referencing itself to.Command Error in Data Driven Query:DataDrivenQuery: No query specification returned by Transform statusError Code: 0Error Source=Microsoft OLE DB Provider for SQL ServerError Descriptions: Invalid input parameter values. CHeck the status values for detail |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-12 : 16:44:22
|
Invalid input parameter values?Pinpoint the variable that is causing the problem.Datatime variables? Overstoring TINYINT?Peter LarssonHelsingborg, Sweden |
|
|
smallrinilady
Starting Member
4 Posts |
Posted - 2007-03-13 : 14:23:09
|
the things is i checked the datai have INTs and the data will always only be 1, 0, or <null>and yes i have it set to accept NULL values |
|
|
|
|
|