Advertisement

1 - 10 of 13 containing alltags:("insert parameters") (0.001 seconds)
I cannot write null values to database where field is expecting an integer. ASSUMPTION: All data, code and database stored procedure is correct except line specified below!!! I have the followi...
Zones: .NETDate Answered: 04/11/2004 Grade: B Views: 0
i want to insert   User.Identity.Name  into my database.   in visual studio web developer i have this options under parameter source profile form querystgring session cookie control which...
Zones: ASP.Net ProgrammingDate Answered: 06/13/2007 Grade: A Views: 0
yes I am trying to import a parameter ImportRecommend.Parameters.Add("@SLQty", SqlDbType.Numeric, "SLQty") but I get an error saying Numeric is not a member of system.data.SqlDbType Is t...
Zones: .Net Editors & IDEs, MS Software, M...Date Answered: 06/18/2008 Grade: A Views: 4
Yes i am trying to import a paramter that is numeric. keep getting an error Cast from string "SLQty" to type 'Integer' is not valid.   and the stored procedure add parameter is @SLQty      Numeric,
Zones: Visual Studio, .Net Editors & IDEs, MS ...Date Answered: 07/02/2008 Grade: A Views: 0
I am creating a stored proc that accepts as parameters @Tablename, @ColumnNames and @Values: CREATE PROC sp_Insert @TableName varchar @ColumnNames longstring @Values longstring AS INSERT @Tablenam...
Zones: MS SQL ServerDate Answered: 12/14/1998 Grade: A Views: 0
Hello, I'm using Crystal Reports version 8.5. Is there a way of putting a parameters value into the SQL Query(this is accessed through Database/Show SQL Query)? My SQL Statement in crys...
Zones: Crystal Reports SoftwareDate Answered: 08/22/2004 Grade: A Views: 0
Hello, I'm trying to run this query: DECLARE @table_name char( 32 ) SET @table_name = 'L1s' insert into @table_name ( left_part, right_part ) values( 1, 2 ) SELECT @@IDENTITY and get this...
Zones: MS SQL ServerDate Answered: 04/04/2006 Grade: A Views: 0
I know this is probably easy, but I'm having some issues. I'm trying to set up a SQL insert statement to work with my VS .net 2.0 project, so I'm not sure where the error might be, however if someo...
Zones: MS SQL ServerDate Answered: 09/13/2006 Grade: A Views: 0
Hello all! I have a script written which takes data out of an excel spreadsheet and deposits it into an Access database table.  This script worked great with a different excel and access table, ...
Zones: ASPDate Answered: 01/16/2006 Grade: B Views: 0
When I open my report it prompts the user for a start date and an end date, and it prints my records accordingly to those dates.  How can I get the start date and the end date that the user inputs ...
Zones: MS AccessDate Answered: 11/26/2002 Grade: C Views: 0